#CC7C6E

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

Shades of Burning Sand #CC7C6E

Tints of Burning Sand #CC7C6E

Color information

#CC7C6E (or 0xCC7C6E) is unknown color: approx Burning Sand. HEX triplet: CC, 7C and 6E. RGB value is (204,124,110). Sum of RGB (Red+Green+Blue) = 204+124+110=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 124 (48.83% from 255 or 28.31% from 438); Blue value is 110 (43.36% from 255 or 25.11% from 438); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7C6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7C6E is #338391. Grayscale: #929292. Windows color (decimal): -3376018 or 7240908. OLE color: 7240908.

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

Color convert

RGB204124110-
CMYK00.390.460.2
HSL8.94º47.96%61.57%-
HSV(B)8.94º46.08%80%-
XYZ34.9228.3818.39-
YUV146.32107.5169.14-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.58%
GREEN value IS 124 (48.83% from 255) = 28.31%
BLUE value IS 110 (43.36% from 255) = 25.11%
R=46.58%
G=28.31%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.46
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412411000.390.460.28.9447.9661.57
HexCC7C6E0272E149303e
Octal3141741560475624116076
Binary11001100111110011011100100111101110101001001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7C6E; }

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

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

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

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

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

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

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

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