Html Css Color HEX #C9794D Red Damask

📋 copy color: '#C9794D'

red 201 ◦ green 121 ◦ blue 77

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

Shades of Red Damask #C9794D

Tints of Red Damask #C9794D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.33%

 BLUE value IS 77 (30.47% from 255) = 19.3%

R = 50.38%
G = 30.33%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#C9794D (or 0xC9794D) is known color: Red Damask. HEX triplet: C9, 79 and 4D. RGB value is (201,121,77). Sum of RGB (Red+Green+Blue) = 201+121+77=399 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.38% from 399); Green value is 121 (47.66% from 255 or 30.33% from 399); Blue value is 77 (30.47% from 255 or 19.30% from 399); Max value from RGB is 201 - color contains mainly: red. Hex color #C9794D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9794D is #3686B2. Grayscale: #8C8C8C. Windows color (decimal): -3573427 or 5077449. OLE color: 5077449.

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

Color convert

RGB 201 121 77 -
CMYK 0 0.40 0.62 0.21
HSL 21.29º 0.53% 0.55% -
HSV(B) 21.29º 0.62% 0.79% -
XYZ 32.26 26.63 10.46 -
YUV 139.9 92.5 171.58 -
System Red Green Blue C M Y K H S L
Decimal 201 121 77 0 0.40 0.62 0.21 21.29 0.53 0.55
Hex C9 79 4D 0 28 3E 15 15 35 37
Octal 311 171 115 0 50 76 25 25 65 67
Binary 11001001 1111001 1001101 0 101000 111110 10101 10101 110101 110111

Color Harmonies of #C9794D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9794D

Black with #C9794D

Text Example


Text Example

White with #C9794D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9794D; }

 p { color: rgb(201,121,77); }

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

background-color css

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

 a { background-color: rgb(201,121,77); }

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

border-color css

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

 span { border-color: rgb(201,121,77); }

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