#CC7D6B

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

Shades of Burning Sand #CC7D6B

Tints of Burning Sand #CC7D6B

Color information

#CC7D6B (or 0xCC7D6B) is unknown color: approx Burning Sand. HEX triplet: CC, 7D and 6B. RGB value is (204,125,107). Sum of RGB (Red+Green+Blue) = 204+125+107=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 125 (49.22% from 255 or 28.67% from 436); Blue value is 107 (42.19% from 255 or 24.54% from 436); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7D6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7D6B is #338294. Grayscale: #929292. Windows color (decimal): -3375765 or 7044556. OLE color: 7044556.

HSL color Cylindrical-coordinate representation of color #CC7D6B: hue angle of 11.13º 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 #CC7D6B is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.2.

Color convert

RGB204125107-
CMYK00.390.480.2
HSL11.13º48.74%60.98%-
HSV(B)11.13º47.55%80%-
XYZ34.8928.5717.58-
YUV146.57105.67168.96-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.79%
GREEN value IS 125 (49.22% from 255) = 28.67%
BLUE value IS 107 (42.19% from 255) = 24.54%
R=46.79%
G=28.67%
B=24.54%

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
Decimal20412510700.390.480.211.1348.7460.98
HexCC7D6B0273014b313d
Octal3141751530476024136175
Binary11001100111110111010110100111110000101001011110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7D6B; }

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

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

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

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

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

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

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

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