#CC744A

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

Shades of Red Damask #CC744A

Tints of Red Damask #CC744A

Color information

#CC744A (or 0xCC744A) is unknown color: approx Red Damask. HEX triplet: CC, 74 and 4A. RGB value is (204,116,74). Sum of RGB (Red+Green+Blue) = 204+116+74=394 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.78% from 394); Green value is 116 (45.70% from 255 or 29.44% from 394); Blue value is 74 (29.30% from 255 or 18.78% from 394); Max value from RGB is 204 - color contains mainly: red. Hex color #CC744A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC744A is #338BB5. Grayscale: #898989. Windows color (decimal): -3378102 or 4879564. OLE color: 4879564.

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

Color convert

RGB20411674-
CMYK00.430.640.2
HSL19.38º56.03%54.51%-
HSV(B)19.38º63.73%80%-
XYZ32.3825.829.76-
YUV137.5292.15175.42-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51.78%
GREEN value IS 116 (45.70% from 255) = 29.44%
BLUE value IS 74 (29.30% from 255) = 18.78%
R=51.78%
G=29.44%
B=18.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.64
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041167400.430.640.219.3856.0354.51
HexCC744A02B4014133837
Octal31416411205310024237067
Binary1100110011101001001010010101110000001010010011111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC744A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC744A; }

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

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

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

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

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

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

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

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