#CC7C6C

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

Shades of Burning Sand #CC7C6C

Tints of Burning Sand #CC7C6C

Color information

#CC7C6C (or 0xCC7C6C) is unknown color: approx Burning Sand. HEX triplet: CC, 7C and 6C. RGB value is (204,124,108). Sum of RGB (Red+Green+Blue) = 204+124+108=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 124 (48.83% from 255 or 28.44% from 436); Blue value is 108 (42.58% from 255 or 24.77% from 436); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7C6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7C6C is #338393. Grayscale: #929292. Windows color (decimal): -3376020 or 7109836. OLE color: 7109836.

HSL color Cylindrical-coordinate representation of color #CC7C6C: hue angle of 10º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CC7C6C is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.2.

Color convert

RGB204124108-
CMYK00.390.470.2
HSL10º48.48%61.18%-
HSV(B)10º47.06%80%-
XYZ34.8228.3417.82-
YUV146.1106.5169.3-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.79%
GREEN value IS 124 (48.83% from 255) = 28.44%
BLUE value IS 108 (42.58% from 255) = 24.77%
R=46.79%
G=28.44%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.47
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412410800.390.470.21048.4861.18
HexCC7C6C0272F14a303d
Octal3141741540475724126075
Binary11001100111110011011000100111101111101001010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7C6C; }

 p { color: rgb(204,124,108); }

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

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

 a { background-color: rgb(204,124,108); }

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

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

 span { border-color: rgb(204,124,108); }

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