#C8856C

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

Shades of Burning Sand #C8856C

Tints of Burning Sand #C8856C

Color information

#C8856C (or 0xC8856C) is unknown color: approx Burning Sand. HEX triplet: C8, 85 and 6C. RGB value is (200,133,108). Sum of RGB (Red+Green+Blue) = 200+133+108=441 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.35% from 441); Green value is 133 (52.34% from 255 or 30.16% from 441); Blue value is 108 (42.58% from 255 or 24.49% from 441); Max value from RGB is 200 - color contains mainly: red. Hex color #C8856C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8856C is #377A93. Grayscale: #969696. Windows color (decimal): -3635860 or 7112136. OLE color: 7112136.

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

Color convert

RGB200133108-
CMYK00.340.460.22
HSL16.3º45.54%60.39%-
HSV(B)16.3º46%78.43%-
XYZ34.9130.1418.16-
YUV150.18104.2163.53-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.35%
GREEN value IS 133 (52.34% from 255) = 30.16%
BLUE value IS 108 (42.58% from 255) = 24.49%
R=45.35%
G=30.16%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013310800.340.460.2216.345.5460.39
HexC8856C0222E16102e3c
Octal3102051540425626205674
Binary1100100010000101110110001000101011101011010000101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8856C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8856C; }

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

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

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

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

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

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

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

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