#CC7B6C

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

Shades of Burning Sand #CC7B6C

Tints of Burning Sand #CC7B6C

Color information

#CC7B6C (or 0xCC7B6C) is unknown color: approx Burning Sand. HEX triplet: CC, 7B and 6C. RGB value is (204,123,108). Sum of RGB (Red+Green+Blue) = 204+123+108=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 123 (48.44% from 255 or 28.28% from 435); Blue value is 108 (42.58% from 255 or 24.83% from 435); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7B6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7B6C is #338493. Grayscale: #919191. Windows color (decimal): -3376276 or 7109580. OLE color: 7109580.

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

Color convert

RGB204123108-
CMYK00.400.470.2
HSL9.38º48.48%61.18%-
HSV(B)9.38º47.06%80%-
XYZ34.6928.0917.78-
YUV145.51106.84169.72-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.90%
GREEN value IS 123 (48.44% from 255) = 28.28%
BLUE value IS 108 (42.58% from 255) = 24.83%
R=46.90%
G=28.28%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.47
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412310800.400.470.29.3848.4861.18
HexCC7B6C0282F149303d
Octal3141731540505724116075
Binary11001100111101111011000101000101111101001001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7B6C; }

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

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

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

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

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

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

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

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