#CC6A46

Color #CC6A46 Red Damask (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Damask #CC6A46

Tints of Red Damask #CC6A46

Color information

#CC6A46 (or 0xCC6A46) is unknown color: approx Red Damask. HEX triplet: CC, 6A and 46. RGB value is (204,106,70). Sum of RGB (Red+Green+Blue) = 204+106+70=380 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.68% from 380); Green value is 106 (41.80% from 255 or 27.89% from 380); Blue value is 70 (27.73% from 255 or 18.42% from 380); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6A46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6A46 is #3395B9. Grayscale: #838383. Windows color (decimal): -3380666 or 4614860. OLE color: 4614860.

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

Color convert

RGB20410670-
CMYK00.480.660.2
HSL16.12º56.78%53.73%-
HSV(B)16.12º65.69%80%-
XYZ31.1623.598.7-
YUV131.293.47179.93-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 53.68%
GREEN value IS 106 (41.80% from 255) = 27.89%
BLUE value IS 70 (27.73% from 255) = 18.42%
R=53.68%
G=27.89%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.66
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041067000.480.660.216.1256.7853.73
HexCC6A460304214103936
Octal31415210606010224207166
Binary1100110011010101000110011000010000101010010000111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6A46; }

 p { color: rgb(204,106,70); }

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

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

 a { background-color: rgb(204,106,70); }

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

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

 span { border-color: rgb(204,106,70); }

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