#CC7443

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

Shades of Red Damask #CC7443

Tints of Red Damask #CC7443

Color information

#CC7443 (or 0xCC7443) is unknown color: approx Red Damask. HEX triplet: CC, 74 and 43. RGB value is (204,116,67). Sum of RGB (Red+Green+Blue) = 204+116+67=387 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.71% from 387); Green value is 116 (45.70% from 255 or 29.97% from 387); Blue value is 67 (26.56% from 255 or 17.31% from 387); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7443 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7443 is #338BBC. Grayscale: #898989. Windows color (decimal): -3378109 or 4420812. OLE color: 4420812.

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

Color convert

RGB20411667-
CMYK00.430.670.2
HSL21.46º57.32%53.14%-
HSV(B)21.46º67.16%80%-
XYZ32.1625.738.58-
YUV136.7388.65175.98-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 52.71%
GREEN value IS 116 (45.70% from 255) = 29.97%
BLUE value IS 67 (26.56% from 255) = 17.31%
R=52.71%
G=29.97%
B=17.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.67
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041166700.430.670.221.4657.3253.14
HexCC744302B4314153935
Octal31416410305310324257165
Binary1100110011101001000011010101110000111010010101111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7443; }

 p { color: rgb(204,116,67); }

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

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

 a { background-color: rgb(204,116,67); }

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

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

 span { border-color: rgb(204,116,67); }

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