Html Css Color HEX #C9724C Red Damask

📋 copy color: '#C9724C'

red 201 ◦ green 114 ◦ blue 76

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

Shades of Red Damask #C9724C

Tints of Red Damask #C9724C

RGB

 RED value IS 201 (78.91% from 255) = 51.41%

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

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

R = 51.41%
G = 29.16%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#C9724C (or 0xC9724C) is known color: Red Damask. HEX triplet: C9, 72 and 4C. RGB value is (201,114,76). Sum of RGB (Red+Green+Blue) = 201+114+76=391 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.41% from 391); Green value is 114 (44.92% from 255 or 29.16% from 391); Blue value is 76 (30.08% from 255 or 19.44% from 391); Max value from RGB is 201 - color contains mainly: red. Hex color #C9724C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9724C is #368DB3. Grayscale: #878787. Windows color (decimal): -3575220 or 5010121. OLE color: 5010121.

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

Color convert

RGB 201 114 76 -
CMYK 0 0.43 0.62 0.21
HSL 18.24º 0.54% 0.54% -
HSV(B) 18.24º 0.62% 0.79% -
XYZ 31.41 24.97 10 -
YUV 135.68 94.32 174.59 -
System Red Green Blue C M Y K H S L
Decimal 201 114 76 0 0.43 0.62 0.21 18.24 0.54 0.54
Hex C9 72 4C 0 2B 3E 15 12 36 36
Octal 311 162 114 0 53 76 25 22 66 66
Binary 11001001 1110010 1001100 0 101011 111110 10101 10010 110110 110110

Color Harmonies of #C9724C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9724C

Black with #C9724C

Text Example


Text Example

White with #C9724C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9724C; }

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

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

background-color css

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

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

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

border-color css

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

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

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