#CC845A

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

Shades of Burning Sand #CC845A

Tints of Burning Sand #CC845A

Color information

#CC845A (or 0xCC845A) is unknown color: approx Burning Sand. HEX triplet: CC, 84 and 5A. RGB value is (204,132,90). Sum of RGB (Red+Green+Blue) = 204+132+90=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 132 (51.95% from 255 or 30.99% from 426); Blue value is 90 (35.55% from 255 or 21.13% from 426); Max value from RGB is 204 - color contains mainly: red. Hex color #CC845A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC845A is #337BA5. Grayscale: #949494. Windows color (decimal): -3373990 or 5932236. OLE color: 5932236.

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

Color convert

RGB20413290-
CMYK00.350.560.2
HSL22.11º52.78%57.65%-
HSV(B)22.11º55.88%80%-
XYZ3530.0813.63-
YUV148.7494.85167.42-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.89%
GREEN value IS 132 (51.95% from 255) = 30.99%
BLUE value IS 90 (35.55% from 255) = 21.13%
R=47.89%
G=30.99%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.56
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041329000.350.560.222.1152.7857.65
HexCC845A023381416353a
Octal3142041320437024266572
Binary1100110010000100101101001000111110001010010110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC845A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC845A; }

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

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

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

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

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

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

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

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