#C8816F

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

Shades of Burning Sand #C8816F

Tints of Burning Sand #C8816F

Color information

#C8816F (or 0xC8816F) is unknown color: approx Burning Sand. HEX triplet: C8, 81 and 6F. RGB value is (200,129,111). Sum of RGB (Red+Green+Blue) = 200+129+111=440 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.45% from 440); Green value is 129 (50.78% from 255 or 29.32% from 440); Blue value is 111 (43.75% from 255 or 25.23% from 440); Max value from RGB is 200 - color contains mainly: red. Hex color #C8816F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8816F is #377E90. Grayscale: #949494. Windows color (decimal): -3636881 or 7307720. OLE color: 7307720.

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

Color convert

RGB200129111-
CMYK00.360.440.22
HSL12.13º44.72%60.98%-
HSV(B)12.13º44.5%78.43%-
XYZ34.5429.1318.84-
YUV148.18107.02164.96-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.45%
GREEN value IS 129 (50.78% from 255) = 29.32%
BLUE value IS 111 (43.75% from 255) = 25.23%
R=45.45%
G=29.32%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012911100.360.440.2212.1344.7260.98
HexC8816F0242C16c2d3d
Octal3102011570445426145575
Binary110010001000000111011110100100101100101101100101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8816F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8816F; }

 p { color: rgb(200,129,111); }

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

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

 a { background-color: rgb(200,129,111); }

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

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

 span { border-color: rgb(200,129,111); }

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