#CF876A

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

Shades of Burning Sand #CF876A

Tints of Burning Sand #CF876A

Color information

#CF876A (or 0xCF876A) is unknown color: approx Burning Sand. HEX triplet: CF, 87 and 6A. RGB value is (207,135,106). Sum of RGB (Red+Green+Blue) = 207+135+106=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 135 (53.12% from 255 or 30.13% from 448); Blue value is 106 (41.80% from 255 or 23.66% from 448); Max value from RGB is 207 - color contains mainly: red. Hex color #CF876A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF876A is #307895. Grayscale: #999999. Windows color (decimal): -3176598 or 6981583. OLE color: 6981583.

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

Color convert

RGB207135106-
CMYK00.350.490.19
HSL17.23º51.27%61.37%-
HSV(B)17.23º48.79%81.18%-
XYZ3731.6317.79-
YUV153.22101.35166.36-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.21%
GREEN value IS 135 (53.12% from 255) = 30.13%
BLUE value IS 106 (41.80% from 255) = 23.66%
R=46.21%
G=30.13%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.49
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713510600.350.490.1917.2351.2761.37
HexCF876A023311311333d
Octal3172071520436123216375
Binary1100111110000111110101001000111100011001110001110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF876A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF876A; }

 p { color: rgb(207,135,106); }

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

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

 a { background-color: rgb(207,135,106); }

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

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

 span { border-color: rgb(207,135,106); }

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