#CC8264

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

Shades of Burning Sand #CC8264

Tints of Burning Sand #CC8264

Color information

#CC8264 (or 0xCC8264) is unknown color: approx Burning Sand. HEX triplet: CC, 82 and 64. RGB value is (204,130,100). Sum of RGB (Red+Green+Blue) = 204+130+100=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 130 (51.17% from 255 or 29.95% from 434); Blue value is 100 (39.45% from 255 or 23.04% from 434); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8264 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8264 is #337D9B. Grayscale: #949494. Windows color (decimal): -3374492 or 6587084. OLE color: 6587084.

HSL color Cylindrical-coordinate representation of color #CC8264: hue angle of 17.31º 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 #CC8264 is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.2.

Color convert

RGB204130100-
CMYK00.360.510.2
HSL17.31º50.49%59.61%-
HSV(B)17.31º50.98%80%-
XYZ35.1829.7215.94-
YUV148.71100.52167.44-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.00%
GREEN value IS 130 (51.17% from 255) = 29.95%
BLUE value IS 100 (39.45% from 255) = 23.04%
R=47.00%
G=29.95%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.51
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413010000.360.510.217.3150.4959.61
HexCC8264024331411323c
Octal3142021440446324216274
Binary1100110010000010110010001001001100111010010001110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8264; }

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

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

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

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

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

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

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

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