#CC845D

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

Shades of Burning Sand #CC845D

Tints of Burning Sand #CC845D

Color information

#CC845D (or 0xCC845D) is unknown color: approx Burning Sand. HEX triplet: CC, 84 and 5D. RGB value is (204,132,93). Sum of RGB (Red+Green+Blue) = 204+132+93=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 132 (51.95% from 255 or 30.77% from 429); Blue value is 93 (36.72% from 255 or 21.68% from 429); Max value from RGB is 204 - color contains mainly: red. Hex color #CC845D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC845D is #337BA2. Grayscale: #959595. Windows color (decimal): -3373987 or 6128844. OLE color: 6128844.

HSL color Cylindrical-coordinate representation of color #CC845D: hue angle of 21.08º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CC845D is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.2.

Color convert

RGB20413293-
CMYK00.350.540.2
HSL21.08º52.11%58.24%-
HSV(B)21.08º54.41%80%-
XYZ35.1330.1314.32-
YUV149.0896.35167.17-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.55%
GREEN value IS 132 (51.95% from 255) = 30.77%
BLUE value IS 93 (36.72% from 255) = 21.68%
R=47.55%
G=30.77%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.54
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041329300.350.540.221.0852.1158.24
HexCC845D023361415343a
Octal3142041350436624256472
Binary1100110010000100101110101000111101101010010101110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC845D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC845D; }

 p { color: rgb(204,132,93); }

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

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

 a { background-color: rgb(204,132,93); }

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

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

 span { border-color: rgb(204,132,93); }

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