#CC6941

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

Shades of Red Damask #CC6941

Tints of Red Damask #CC6941

Color information

#CC6941 (or 0xCC6941) is unknown color: approx Red Damask. HEX triplet: CC, 69 and 41. RGB value is (204,105,65). Sum of RGB (Red+Green+Blue) = 204+105+65=374 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.55% from 374); Green value is 105 (41.41% from 255 or 28.07% from 374); Blue value is 65 (25.78% from 255 or 17.38% from 374); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6941 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6941 is #3396BE. Grayscale: #828282. Windows color (decimal): -3380927 or 4286924. OLE color: 4286924.

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

Color convert

RGB20410565-
CMYK00.490.680.2
HSL17.27º57.68%52.75%-
HSV(B)17.27º68.14%80%-
XYZ30.9123.327.87-
YUV130.0491.3180.75-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 54.55%
GREEN value IS 105 (41.41% from 255) = 28.07%
BLUE value IS 65 (25.78% from 255) = 17.38%
R=54.55%
G=28.07%
B=17.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.68
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041056500.490.680.217.2757.6852.75
HexCC69410314414113a35
Octal31415110106110424217265
Binary1100110011010011000001011000110001001010010001111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6941; }

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

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

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

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

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

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

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

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