#CF886E

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

Shades of Burning Sand #CF886E

Tints of Burning Sand #CF886E

Color information

#CF886E (or 0xCF886E) is unknown color: approx Burning Sand. HEX triplet: CF, 88 and 6E. RGB value is (207,136,110). Sum of RGB (Red+Green+Blue) = 207+136+110=453 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.70% from 453); Green value is 136 (53.52% from 255 or 30.02% from 453); Blue value is 110 (43.36% from 255 or 24.28% from 453); Max value from RGB is 207 - color contains mainly: red. Hex color #CF886E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF886E is #307791. Grayscale: #9A9A9A. Windows color (decimal): -3176338 or 7243983. OLE color: 7243983.

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

Color convert

RGB207136110-
CMYK00.340.470.19
HSL16.08º50.26%62.16%-
HSV(B)16.08º46.86%81.18%-
XYZ37.353218.96-
YUV154.26103.02165.61-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.70%
GREEN value IS 136 (53.52% from 255) = 30.02%
BLUE value IS 110 (43.36% from 255) = 24.28%
R=45.70%
G=30.02%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.47
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713611000.340.470.1916.0850.2662.16
HexCF886E0222F1310323e
Octal3172101560425723206276
Binary1100111110001000110111001000101011111001110000110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF886E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF886E; }

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

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

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

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

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

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

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

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