#CF885F

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

Shades of Burning Sand #CF885F

Tints of Burning Sand #CF885F

Color information

#CF885F (or 0xCF885F) is unknown color: approx Burning Sand. HEX triplet: CF, 88 and 5F. RGB value is (207,136,95). Sum of RGB (Red+Green+Blue) = 207+136+95=438 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.26% from 438); Green value is 136 (53.52% from 255 or 31.05% from 438); Blue value is 95 (37.5% from 255 or 21.69% from 438); Max value from RGB is 207 - color contains mainly: red. Hex color #CF885F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF885F is #3077A0. Grayscale: #989898. Windows color (decimal): -3176353 or 6260943. OLE color: 6260943.

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

Color convert

RGB20713695-
CMYK00.340.540.19
HSL21.96º53.85%59.22%-
HSV(B)21.96º54.11%81.18%-
XYZ36.631.715.02-
YUV152.5695.52166.83-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 47.26%
GREEN value IS 136 (53.52% from 255) = 31.05%
BLUE value IS 95 (37.5% from 255) = 21.69%
R=47.26%
G=31.05%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.54
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071369500.340.540.1921.9653.8559.22
HexCF885F022361316363b
Octal3172101370426623266673
Binary1100111110001000101111101000101101101001110110110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF885F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF885F; }

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

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

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

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

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

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

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

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