Html Css Color HEX #CC724C Red Damask

📋 copy color: '#CC724C'

red 204 ◦ green 114 ◦ blue 76

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

Shades of Red Damask #CC724C

Tints of Red Damask #CC724C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.93%

 BLUE value IS 76 (30.08% from 255) = 19.29%

R = 51.78%
G = 28.93%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CC724C (or 0xCC724C) is known color: Red Damask. HEX triplet: CC, 72 and 4C. RGB value is (204,114,76). Sum of RGB (Red+Green+Blue) = 204+114+76=394 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.78% from 394); Green value is 114 (44.92% from 255 or 28.93% from 394); Blue value is 76 (30.08% from 255 or 19.29% from 394); Max value from RGB is 204 - color contains mainly: red. Hex color #CC724C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC724C is #338DB3. Grayscale: #888888. Windows color (decimal): -3378612 or 5010124. OLE color: 5010124.

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

Color convert

RGB 204 114 76 -
CMYK 0 0.44 0.63 0.2
HSL 17.81º 0.56% 0.55% -
HSV(B) 17.81º 0.63% 0.8% -
XYZ 32.22 25.39 10.04 -
YUV 136.58 93.82 176.09 -
System Red Green Blue C M Y K H S L
Decimal 204 114 76 0 0.44 0.63 0.2 17.81 0.56 0.55
Hex CC 72 4C 0 2C 3F 14 12 38 37
Octal 314 162 114 0 54 77 24 22 70 67
Binary 11001100 1110010 1001100 0 101100 111111 10100 10010 111000 110111

Color Harmonies of #CC724C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC724C

Black with #CC724C

Text Example


Text Example

White with #CC724C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC724C; }

 p { color: rgb(204,114,76); }

 H1.HeaderClassName
 {
   color: #CC724C;
 }
 .AnyTagClassName
 {
   color: #CC724C;
 }
</style>

background-color css

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

 a { background-color: rgb(204,114,76); }

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

border-color css

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

 span { border-color: rgb(204,114,76); }

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