#CC744F

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

Shades of Red Damask #CC744F

Tints of Red Damask #CC744F

Color information

#CC744F (or 0xCC744F) is unknown color: approx Red Damask. HEX triplet: CC, 74 and 4F. RGB value is (204,116,79). Sum of RGB (Red+Green+Blue) = 204+116+79=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 116 (45.70% from 255 or 29.07% from 399); Blue value is 79 (31.25% from 255 or 19.80% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CC744F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC744F is #338BB0. Grayscale: #8A8A8A. Windows color (decimal): -3378097 or 5207244. OLE color: 5207244.

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

Color convert

RGB20411679-
CMYK00.430.610.2
HSL17.76º55.07%55.49%-
HSV(B)17.76º61.27%80%-
XYZ32.5625.8910.68-
YUV138.0994.65175.01-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51.13%
GREEN value IS 116 (45.70% from 255) = 29.07%
BLUE value IS 79 (31.25% from 255) = 19.80%
R=51.13%
G=29.07%
B=19.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.61
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041167900.430.610.217.7655.0755.49
HexCC744F02B3D14123737
Octal3141641170537524226767
Binary110011001110100100111101010111111011010010010110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC744F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC744F; }

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

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

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

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

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

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

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

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