#C8856B

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

Shades of Burning Sand #C8856B

Tints of Burning Sand #C8856B

Color information

#C8856B (or 0xC8856B) is unknown color: approx Burning Sand. HEX triplet: C8, 85 and 6B. RGB value is (200,133,107). Sum of RGB (Red+Green+Blue) = 200+133+107=440 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.45% from 440); Green value is 133 (52.34% from 255 or 30.23% from 440); Blue value is 107 (42.19% from 255 or 24.32% from 440); Max value from RGB is 200 - color contains mainly: red. Hex color #C8856B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8856B is #377A94. Grayscale: #969696. Windows color (decimal): -3635861 or 7046600. OLE color: 7046600.

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

Color convert

RGB200133107-
CMYK00.340.460.22
HSL16.77º45.81%60.2%-
HSV(B)16.77º46.5%78.43%-
XYZ34.8630.1217.89-
YUV150.07103.7163.61-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.45%
GREEN value IS 133 (52.34% from 255) = 30.23%
BLUE value IS 107 (42.19% from 255) = 24.32%
R=45.45%
G=30.23%
B=24.32%

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
Decimal20013310700.340.460.2216.7745.8160.2
HexC8856B0222E16112e3c
Octal3102051530425626215674
Binary1100100010000101110101101000101011101011010001101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8856B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8856B; }

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

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

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

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

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

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

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

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