#C7866C

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

Shades of Burning Sand #C7866C

Tints of Burning Sand #C7866C

Color information

#C7866C (or 0xC7866C) is unknown color: approx Burning Sand. HEX triplet: C7, 86 and 6C. RGB value is (199,134,108). Sum of RGB (Red+Green+Blue) = 199+134+108=441 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.12% from 441); Green value is 134 (52.73% from 255 or 30.39% from 441); Blue value is 108 (42.58% from 255 or 24.49% from 441); Max value from RGB is 199 - color contains mainly: red. Hex color #C7866C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7866C is #387993. Grayscale: #969696. Windows color (decimal): -3701140 or 7112391. OLE color: 7112391.

HSL color Cylindrical-coordinate representation of color #C7866C: hue angle of 17.14º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C7866C is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB199134108-
CMYK00.330.460.22
HSL17.14º44.83%60.2%-
HSV(B)17.14º45.73%78.04%-
XYZ34.7930.2818.2-
YUV150.47104.03162.61-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.12%
GREEN value IS 134 (52.73% from 255) = 30.39%
BLUE value IS 108 (42.58% from 255) = 24.49%
R=45.12%
G=30.39%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19913410800.330.460.2217.1444.8360.2
HexC7866C0212E16112d3c
Octal3072061540415626215574
Binary1100011110000110110110001000011011101011010001101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7866C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7866C; }

 p { color: rgb(199,134,108); }

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

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

 a { background-color: rgb(199,134,108); }

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

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

 span { border-color: rgb(199,134,108); }

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