#C8816D

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

Shades of Burning Sand #C8816D

Tints of Burning Sand #C8816D

Color information

#C8816D (or 0xC8816D) is unknown color: approx Burning Sand. HEX triplet: C8, 81 and 6D. RGB value is (200,129,109). Sum of RGB (Red+Green+Blue) = 200+129+109=438 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.66% from 438); Green value is 129 (50.78% from 255 or 29.45% from 438); Blue value is 109 (42.97% from 255 or 24.89% from 438); Max value from RGB is 200 - color contains mainly: red. Hex color #C8816D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8816D is #377E92. Grayscale: #949494. Windows color (decimal): -3636883 or 7176648. OLE color: 7176648.

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

Color convert

RGB200129109-
CMYK00.360.460.22
HSL13.19º45.27%60.59%-
HSV(B)13.19º45.5%78.43%-
XYZ34.4329.0818.27-
YUV147.95106.02165.13-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.66%
GREEN value IS 129 (50.78% from 255) = 29.45%
BLUE value IS 109 (42.97% from 255) = 24.89%
R=45.66%
G=29.45%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012910900.360.460.2213.1945.2760.59
HexC8816D0242E16d2d3d
Octal3102011550445626155575
Binary110010001000000111011010100100101110101101101101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8816D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8816D; }

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

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

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

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

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

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

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

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