#CF9579

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

Shades of Feldspar #CF9579

Tints of Feldspar #CF9579

Color information

#CF9579 (or 0xCF9579) is unknown color: approx Feldspar. HEX triplet: CF, 95 and 79. RGB value is (207,149,121). Sum of RGB (Red+Green+Blue) = 207+149+121=477 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.40% from 477); Green value is 149 (58.59% from 255 or 31.24% from 477); Blue value is 121 (47.66% from 255 or 25.37% from 477); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9579 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9579 is #306A86. Grayscale: #A3A3A3. Windows color (decimal): -3172999 or 7968207. OLE color: 7968207.

HSL color Cylindrical-coordinate representation of color #CF9579: hue angle of 19.53º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CF9579 is Cyan = 0, Magento = 0.28, Yellow = 0.42 and Black (K on CMYK) = 0.19.

Color convert

RGB207149121-
CMYK00.280.420.19
HSL19.53º47.25%64.31%-
HSV(B)19.53º41.55%81.18%-
XYZ39.9336.1422.96-
YUV163.15104.22159.28-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.40%
GREEN value IS 149 (58.59% from 255) = 31.24%
BLUE value IS 121 (47.66% from 255) = 25.37%
R=43.40%
G=31.24%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.42
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20714912100.280.420.1919.5347.2564.31
HexCF957901C2A13142f40
Octal31722517103452232457100
Binary1100111110010101111100101110010101010011101001011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9579; }

 p { color: rgb(207,149,121); }

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

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

 a { background-color: rgb(207,149,121); }

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

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

 span { border-color: rgb(207,149,121); }

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