Html Css Color HEX #CC744A Red Damask

📋 copy color: '#CC744A'

red 204 ◦ green 116 ◦ blue 74

#CC744A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Damask #CC744A

Tints of Red Damask #CC744A

RGB

 RED value IS 204 (80.08% from 255) = 51.78%

 GREEN value IS 116 (45.7% from 255) = 29.44%

 BLUE value IS 74 (29.3% from 255) = 18.78%

R = 51.78%
G = 29.44%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CC744A (or 0xCC744A) is known color: 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

RGB 204 116 74 -
CMYK 0 0.43 0.64 0.2
HSL 19.38º 0.56% 0.55% -
HSV(B) 19.38º 0.64% 0.8% -
XYZ 32.38 25.82 9.76 -
YUV 137.52 92.15 175.42 -
System Red Green Blue C M Y K H S L
Decimal 204 116 74 0 0.43 0.64 0.2 19.38 0.56 0.55
Hex CC 74 4A 0 2B 40 14 13 38 37
Octal 314 164 112 0 53 100 24 23 70 67
Binary 11001100 1110100 1001010 0 101011 1000000 10100 10011 111000 110111

Color Harmonies of #CC744A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC744A

Black with #CC744A

Text Example


Text Example

White with #CC744A

Text Example


Text Example

HTML Codes & Css Web 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>