#CD9279

Color #CD9279 Feldspar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feldspar #CD9279

Tints of Feldspar #CD9279

Color information

#CD9279 (or 0xCD9279) is unknown color: approx Feldspar. HEX triplet: CD, 92 and 79. RGB value is (205,146,121). Sum of RGB (Red+Green+Blue) = 205+146+121=472 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.43% from 472); Green value is 146 (57.42% from 255 or 30.93% from 472); Blue value is 121 (47.66% from 255 or 25.64% from 472); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9279 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD9279 is #326D86. Grayscale: #A0A0A0. Windows color (decimal): -3304839 or 7967437. OLE color: 7967437.

HSL color Cylindrical-coordinate representation of color #CD9279: hue angle of 17.86º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CD9279 is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.20.

Color convert

RGB205146121-
CMYK00.290.410.20
HSL17.86º45.65%63.92%-
HSV(B)17.86º40.98%80.39%-
XYZ38.9134.9222.78-
YUV160.79105.55159.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 205 (80.47% from 255) = 43.43%
GREEN value IS 146 (57.42% from 255) = 30.93%
BLUE value IS 121 (47.66% from 255) = 25.64%
R=43.43%
G=30.93%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.41
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514612100.290.410.2017.8645.6563.92
HexCD927901D2914122e40
Octal31522217103551242256100
Binary1100110110010010111100101110110100110100100101011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9279; }

 p { color: rgb(205,146,121); }

 H1.HeaderClassName
 {
   color: #CD9279;
 }
 .AnyTagClassName
 {
   color: #CD9279;
 }
</style>
background-color css

<style>
 a { background-color: #CD9279; }

 a { background-color: rgb(205,146,121); }

 div.DivClassName
 {
   background-color: #CD9279;
 }
 .BgClassName
 {
   background-color: #CD9279;
 }
</style>
border-color css

<style>
 span { border-color: #CD9279; }

 span { border-color: rgb(205,146,121); }

 td.TdClassName
 {
   border-color: #CD9279;
 }
 .TagClassName
 {
   border-color: #CD9279;
 }
</style>