#CC7E56

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

Shades of Burning Sand #CC7E56

Tints of Burning Sand #CC7E56

Color information

#CC7E56 (or 0xCC7E56) is unknown color: approx Burning Sand. HEX triplet: CC, 7E and 56. RGB value is (204,126,86). Sum of RGB (Red+Green+Blue) = 204+126+86=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 126 (49.61% from 255 or 30.29% from 416); Blue value is 86 (33.98% from 255 or 20.67% from 416); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7E56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7E56 is #3381A9. Grayscale: #919191. Windows color (decimal): -3375530 or 5668556. OLE color: 5668556.

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

Color convert

RGB20412686-
CMYK00.380.580.2
HSL20.34º53.64%56.86%-
HSV(B)20.34º57.84%80%-
XYZ34.0428.4312.5-
YUV144.7694.84170.25-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.04%
GREEN value IS 126 (49.61% from 255) = 30.29%
BLUE value IS 86 (33.98% from 255) = 20.67%
R=49.04%
G=30.29%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.58
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041268600.380.580.220.3453.6456.86
HexCC7E560263A14143639
Octal3141761260467224246671
Binary110011001111110101011001001101110101010010100110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7E56; }

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

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

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

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

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

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

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

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