#CC8464

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

Shades of Burning Sand #CC8464

Tints of Burning Sand #CC8464

Color information

#CC8464 (or 0xCC8464) is unknown color: approx Burning Sand. HEX triplet: CC, 84 and 64. RGB value is (204,132,100). Sum of RGB (Red+Green+Blue) = 204+132+100=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 132 (51.95% from 255 or 30.28% from 436); Blue value is 100 (39.45% from 255 or 22.94% from 436); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8464 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8464 is #337B9B. Grayscale: #969696. Windows color (decimal): -3373980 or 6587596. OLE color: 6587596.

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

Color convert

RGB204132100-
CMYK00.350.510.2
HSL18.46º50.49%59.61%-
HSV(B)18.46º50.98%80%-
XYZ35.4530.2616.03-
YUV149.8899.85166.6-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.79%
GREEN value IS 132 (51.95% from 255) = 30.28%
BLUE value IS 100 (39.45% from 255) = 22.94%
R=46.79%
G=30.28%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.51
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413210000.350.510.218.4650.4959.61
HexCC8464023331412323c
Octal3142041440436324226274
Binary1100110010000100110010001000111100111010010010110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8464; }

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

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

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

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

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

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

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

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