#CC7E59

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

Shades of Burning Sand #CC7E59

Tints of Burning Sand #CC7E59

Color information

#CC7E59 (or 0xCC7E59) is unknown color: approx Burning Sand. HEX triplet: CC, 7E and 59. RGB value is (204,126,89). Sum of RGB (Red+Green+Blue) = 204+126+89=419 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.69% from 419); Green value is 126 (49.61% from 255 or 30.07% from 419); Blue value is 89 (35.16% from 255 or 21.24% from 419); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7E59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7E59 is #3381A6. Grayscale: #919191. Windows color (decimal): -3375527 or 5865164. OLE color: 5865164.

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

Color convert

RGB20412689-
CMYK00.380.560.2
HSL19.3º53%57.45%-
HSV(B)19.3º56.37%80%-
XYZ34.1728.4813.15-
YUV145.196.34170.01-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.69%
GREEN value IS 126 (49.61% from 255) = 30.07%
BLUE value IS 89 (35.16% from 255) = 21.24%
R=48.69%
G=30.07%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.56
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041268900.380.560.219.35357.45
HexCC7E590263814133539
Octal3141761310467024236571
Binary110011001111110101100101001101110001010010011110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7E59; }

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

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

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

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

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

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

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

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