#C8805E

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

Shades of Burning Sand #C8805E

Tints of Burning Sand #C8805E

Color information

#C8805E (or 0xC8805E) is unknown color: approx Burning Sand. HEX triplet: C8, 80 and 5E. RGB value is (200,128,94). Sum of RGB (Red+Green+Blue) = 200+128+94=422 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.39% from 422); Green value is 128 (50.39% from 255 or 30.33% from 422); Blue value is 94 (37.11% from 255 or 22.27% from 422); Max value from RGB is 200 - color contains mainly: red. Hex color #C8805E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8805E is #377FA1. Grayscale: #919191. Windows color (decimal): -3637154 or 6193352. OLE color: 6193352.

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

Color convert

RGB20012894-
CMYK00.360.530.22
HSL19.25º49.07%57.65%-
HSV(B)19.25º53%78.43%-
XYZ33.5628.5314.33-
YUV145.6598.85166.76-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.39%
GREEN value IS 128 (50.39% from 255) = 30.33%
BLUE value IS 94 (37.11% from 255) = 22.27%
R=47.39%
G=30.33%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001289400.360.530.2219.2549.0757.65
HexC8805E024351613313a
Octal3102001360446526236172
Binary1100100010000000101111001001001101011011010011110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8805E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8805E; }

 p { color: rgb(200,128,94); }

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

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

 a { background-color: rgb(200,128,94); }

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

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

 span { border-color: rgb(200,128,94); }

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