#CC744E

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

Shades of Red Damask #CC744E

Tints of Red Damask #CC744E

Color information

#CC744E (or 0xCC744E) is unknown color: approx Red Damask. HEX triplet: CC, 74 and 4E. RGB value is (204,116,78). Sum of RGB (Red+Green+Blue) = 204+116+78=398 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.26% from 398); Green value is 116 (45.70% from 255 or 29.15% from 398); Blue value is 78 (30.86% from 255 or 19.60% from 398); Max value from RGB is 204 - color contains mainly: red. Hex color #CC744E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC744E is #338BB1. Grayscale: #8A8A8A. Windows color (decimal): -3378098 or 5141708. OLE color: 5141708.

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

Color convert

RGB20411678-
CMYK00.430.620.2
HSL18.1º55.26%55.29%-
HSV(B)18.1º61.76%80%-
XYZ32.5225.8810.49-
YUV137.9894.15175.09-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51.26%
GREEN value IS 116 (45.70% from 255) = 29.15%
BLUE value IS 78 (30.86% from 255) = 19.60%
R=51.26%
G=29.15%
B=19.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.62
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041167800.430.620.218.155.2655.29
HexCC744E02B3E14123737
Octal3141641160537624226767
Binary110011001110100100111001010111111101010010010110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC744E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC744E; }

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

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

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

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

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

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

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

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