#CC6D41

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

Shades of Red Damask #CC6D41

Tints of Red Damask #CC6D41

Color information

#CC6D41 (or 0xCC6D41) is unknown color: approx Red Damask. HEX triplet: CC, 6D and 41. RGB value is (204,109,65). Sum of RGB (Red+Green+Blue) = 204+109+65=378 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.97% from 378); Green value is 109 (42.97% from 255 or 28.84% from 378); Blue value is 65 (25.78% from 255 or 17.20% from 378); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6D41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6D41 is #3392BE. Grayscale: #848484. Windows color (decimal): -3379903 or 4287948. OLE color: 4287948.

HSL color Cylindrical-coordinate representation of color #CC6D41: hue angle of 18.99º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC6D41 is Cyan = 0, Magento = 0.47, Yellow = 0.68 and Black (K on CMYK) = 0.2.

Color convert

RGB20410965-
CMYK00.470.680.2
HSL18.99º57.68%52.75%-
HSV(B)18.99º68.14%80%-
XYZ31.3224.168.01-
YUV132.3989.97179.08-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 53.97%
GREEN value IS 109 (42.97% from 255) = 28.84%
BLUE value IS 65 (25.78% from 255) = 17.20%
R=53.97%
G=28.84%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.68
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041096500.470.680.218.9957.6852.75
HexCC6D4102F4414133a35
Octal31415510105710424237265
Binary1100110011011011000001010111110001001010010011111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6D41; }

 p { color: rgb(204,109,65); }

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

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

 a { background-color: rgb(204,109,65); }

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

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

 span { border-color: rgb(204,109,65); }

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