#CE8872

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

Shades of Feldspar #CE8872

Tints of Feldspar #CE8872

Color information

#CE8872 (or 0xCE8872) is unknown color: approx Feldspar. HEX triplet: CE, 88 and 72. RGB value is (206,136,114). Sum of RGB (Red+Green+Blue) = 206+136+114=456 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.18% from 456); Green value is 136 (53.52% from 255 or 29.82% from 456); Blue value is 114 (44.92% from 255 or 25% from 456); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8872 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8872 is #31778D. Grayscale: #9A9A9A. Windows color (decimal): -3241870 or 7506126. OLE color: 7506126.

HSL color Cylindrical-coordinate representation of color #CE8872: hue angle of 14.35º degrees, saturation: 0.48, 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 #CE8872 is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB206136114-
CMYK00.340.450.19
HSL14.35º48.42%62.75%-
HSV(B)14.35º44.66%80.78%-
XYZ37.331.9520.12-
YUV154.42105.19164.79-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.18%
GREEN value IS 136 (53.52% from 255) = 29.82%
BLUE value IS 114 (44.92% from 255) = 25%
R=45.18%
G=29.82%
B=25%

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
Decimal20613611400.340.450.1914.3548.4262.75
HexCE88720222D13e303f
Octal3162101620425523166077
Binary110011101000100011100100100010101101100111110110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8872; }

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

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

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

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

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

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

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

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