#CF8872

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

Shades of Feldspar #CF8872

Tints of Feldspar #CF8872

Color information

#CF8872 (or 0xCF8872) is unknown color: approx Feldspar. HEX triplet: CF, 88 and 72. RGB value is (207,136,114). Sum of RGB (Red+Green+Blue) = 207+136+114=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 136 (53.52% from 255 or 29.76% from 457); Blue value is 114 (44.92% from 255 or 24.95% from 457); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8872 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8872 is #30778D. Grayscale: #9A9A9A. Windows color (decimal): -3176334 or 7506127. OLE color: 7506127.

HSL color Cylindrical-coordinate representation of color #CF8872: hue angle of 14.19º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CF8872 is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB207136114-
CMYK00.340.450.19
HSL14.19º49.21%62.94%-
HSV(B)14.19º44.93%81.18%-
XYZ37.5732.0920.13-
YUV154.72105.02165.29-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.30%
GREEN value IS 136 (53.52% from 255) = 29.76%
BLUE value IS 114 (44.92% from 255) = 24.95%
R=45.30%
G=29.76%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.45
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713611400.340.450.1914.1949.2162.94
HexCF88720222D13e313f
Octal3172101620425523166177
Binary110011111000100011100100100010101101100111110110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8872; }

 p { color: rgb(207,136,114); }

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

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

 a { background-color: rgb(207,136,114); }

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

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

 span { border-color: rgb(207,136,114); }

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