#CC8359

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

Shades of Burning Sand #CC8359

Tints of Burning Sand #CC8359

Color information

#CC8359 (or 0xCC8359) is unknown color: approx Burning Sand. HEX triplet: CC, 83 and 59. RGB value is (204,131,89). Sum of RGB (Red+Green+Blue) = 204+131+89=424 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.11% from 424); Green value is 131 (51.56% from 255 or 30.90% from 424); Blue value is 89 (35.16% from 255 or 20.99% from 424); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8359 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8359 is #337CA6. Grayscale: #949494. Windows color (decimal): -3374247 or 5866444. OLE color: 5866444.

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

Color convert

RGB20413189-
CMYK00.360.560.2
HSL21.91º53%57.45%-
HSV(B)21.91º56.37%80%-
XYZ34.8229.7913.37-
YUV148.0494.68167.92-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.11%
GREEN value IS 131 (51.56% from 255) = 30.90%
BLUE value IS 89 (35.16% from 255) = 20.99%
R=48.11%
G=30.90%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.56
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041318900.360.560.221.915357.45
HexCC83590243814163539
Octal3142031310447024266571
Binary1100110010000011101100101001001110001010010110110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8359; }

 p { color: rgb(204,131,89); }

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

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

 a { background-color: rgb(204,131,89); }

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

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

 span { border-color: rgb(204,131,89); }

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