#CF9079

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

Shades of Feldspar #CF9079

Tints of Feldspar #CF9079

Color information

#CF9079 (or 0xCF9079) is unknown color: approx Feldspar. HEX triplet: CF, 90 and 79. RGB value is (207,144,121). Sum of RGB (Red+Green+Blue) = 207+144+121=472 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.86% from 472); Green value is 144 (56.64% from 255 or 30.51% from 472); Blue value is 121 (47.66% from 255 or 25.64% from 472); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9079 is #306F86. Grayscale: #A0A0A0. Windows color (decimal): -3174279 or 7966927. OLE color: 7966927.

HSL color Cylindrical-coordinate representation of color #CF9079: hue angle of 16.05º 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 #CF9079 is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.19.

Color convert

RGB207144121-
CMYK00.300.420.19
HSL16.05º47.25%64.31%-
HSV(B)16.05º41.55%81.18%-
XYZ39.1634.5922.7-
YUV160.22105.87161.37-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.86%
GREEN value IS 144 (56.64% from 255) = 30.51%
BLUE value IS 121 (47.66% from 255) = 25.64%
R=43.86%
G=30.51%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.42
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20714412100.300.420.1916.0547.2564.31
HexCF907901E2A13102f40
Octal31722017103652232057100
Binary1100111110010000111100101111010101010011100001011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9079; }

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

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

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

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

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

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

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

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