#CC7E60

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

Shades of Burning Sand #CC7E60

Tints of Burning Sand #CC7E60

Color information

#CC7E60 (or 0xCC7E60) is unknown color: approx Burning Sand. HEX triplet: CC, 7E and 60. RGB value is (204,126,96). Sum of RGB (Red+Green+Blue) = 204+126+96=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 126 (49.61% from 255 or 29.58% from 426); Blue value is 96 (37.89% from 255 or 22.54% from 426); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7E60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7E60 is #33819F. Grayscale: #929292. Windows color (decimal): -3375520 or 6323916. OLE color: 6323916.

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

Color convert

RGB20412696-
CMYK00.380.530.2
HSL16.67º51.43%58.82%-
HSV(B)16.67º52.94%80%-
XYZ34.4728.614.77-
YUV145.999.84169.44-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.89%
GREEN value IS 126 (49.61% from 255) = 29.58%
BLUE value IS 96 (37.89% from 255) = 22.54%
R=47.89%
G=29.58%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.53
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041269600.380.530.216.6751.4358.82
HexCC7E60026351411333b
Octal3141761400466524216373
Binary110011001111110110000001001101101011010010001110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7E60; }

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

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

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

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

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

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

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

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