#CF876E

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

Shades of Burning Sand #CF876E

Tints of Burning Sand #CF876E

Color information

#CF876E (or 0xCF876E) is unknown color: approx Burning Sand. HEX triplet: CF, 87 and 6E. RGB value is (207,135,110). Sum of RGB (Red+Green+Blue) = 207+135+110=452 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.80% from 452); Green value is 135 (53.12% from 255 or 29.87% from 452); Blue value is 110 (43.36% from 255 or 24.34% from 452); Max value from RGB is 207 - color contains mainly: red. Hex color #CF876E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF876E is #307891. Grayscale: #999999. Windows color (decimal): -3176594 or 7243727. OLE color: 7243727.

HSL color Cylindrical-coordinate representation of color #CF876E: hue angle of 15.46º 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 #CF876E is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.19.

Color convert

RGB207135110-
CMYK00.350.470.19
HSL15.46º50.26%62.16%-
HSV(B)15.46º46.86%81.18%-
XYZ37.2131.7218.91-
YUV153.68103.35166.03-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.80%
GREEN value IS 135 (53.12% from 255) = 29.87%
BLUE value IS 110 (43.36% from 255) = 24.34%
R=45.80%
G=29.87%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.47
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713511000.350.470.1915.4650.2662.16
HexCF876E0232F13f323e
Octal3172071560435723176276
Binary110011111000011111011100100011101111100111111110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF876E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF876E; }

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

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

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

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

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

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

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

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