#C7856C

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

Shades of Burning Sand #C7856C

Tints of Burning Sand #C7856C

Color information

#C7856C (or 0xC7856C) is unknown color: approx Burning Sand. HEX triplet: C7, 85 and 6C. RGB value is (199,133,108). Sum of RGB (Red+Green+Blue) = 199+133+108=440 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.23% from 440); Green value is 133 (52.34% from 255 or 30.23% from 440); Blue value is 108 (42.58% from 255 or 24.55% from 440); Max value from RGB is 199 - color contains mainly: red. Hex color #C7856C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7856C is #387A93. Grayscale: #969696. Windows color (decimal): -3701396 or 7112135. OLE color: 7112135.

HSL color Cylindrical-coordinate representation of color #C7856C: hue angle of 16.48º 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 #C7856C is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB199133108-
CMYK00.330.460.22
HSL16.48º44.83%60.2%-
HSV(B)16.48º45.73%78.04%-
XYZ34.653018.15-
YUV149.88104.37163.03-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.23%
GREEN value IS 133 (52.34% from 255) = 30.23%
BLUE value IS 108 (42.58% from 255) = 24.55%
R=45.23%
G=30.23%
B=24.55%

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
Decimal19913310800.330.460.2216.4844.8360.2
HexC7856C0212E16102d3c
Octal3072051540415626205574
Binary1100011110000101110110001000011011101011010000101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7856C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7856C; }

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

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

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

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

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

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

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

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