#CC7C6B

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

Shades of Burning Sand #CC7C6B

Tints of Burning Sand #CC7C6B

Color information

#CC7C6B (or 0xCC7C6B) is unknown color: approx Burning Sand. HEX triplet: CC, 7C and 6B. RGB value is (204,124,107). Sum of RGB (Red+Green+Blue) = 204+124+107=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 124 (48.83% from 255 or 28.51% from 435); Blue value is 107 (42.19% from 255 or 24.60% from 435); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7C6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7C6B is #338394. Grayscale: #929292. Windows color (decimal): -3376021 or 7044300. OLE color: 7044300.

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

Color convert

RGB204124107-
CMYK00.390.480.2
HSL10.52º48.74%60.98%-
HSV(B)10.52º47.55%80%-
XYZ34.7628.3117.54-
YUV145.98106169.38-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.90%
GREEN value IS 124 (48.83% from 255) = 28.51%
BLUE value IS 107 (42.19% from 255) = 24.60%
R=46.90%
G=28.51%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.48
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412410700.390.480.210.5248.7460.98
HexCC7C6B0273014b313d
Octal3141741530476024136175
Binary11001100111110011010110100111110000101001011110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7C6B; }

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

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

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

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

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

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

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

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