Html Css Color HEX #C9794E Red Damask

📋 copy color: '#C9794E'

red 201 ◦ green 121 ◦ blue 78

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

Shades of Red Damask #C9794E

Tints of Red Damask #C9794E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 19.5%

R = 50.25%
G = 30.25%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#C9794E (or 0xC9794E) is known color: Red Damask. HEX triplet: C9, 79 and 4E. RGB value is (201,121,78). Sum of RGB (Red+Green+Blue) = 201+121+78=400 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.25% from 400); Green value is 121 (47.66% from 255 or 30.25% from 400); Blue value is 78 (30.86% from 255 or 19.5% from 400); Max value from RGB is 201 - color contains mainly: red. Hex color #C9794E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9794E is #3686B1. Grayscale: #8C8C8C. Windows color (decimal): -3573426 or 5142985. OLE color: 5142985.

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

Color convert

RGB 201 121 78 -
CMYK 0 0.40 0.61 0.21
HSL 20.98º 0.53% 0.55% -
HSV(B) 20.98º 0.61% 0.79% -
XYZ 32.3 26.64 10.65 -
YUV 140.02 93 171.5 -
System Red Green Blue C M Y K H S L
Decimal 201 121 78 0 0.40 0.61 0.21 20.98 0.53 0.55
Hex C9 79 4E 0 28 3D 15 15 35 37
Octal 311 171 116 0 50 75 25 25 65 67
Binary 11001001 1111001 1001110 0 101000 111101 10101 10101 110101 110111

Color Harmonies of #C9794E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9794E

Black with #C9794E

Text Example


Text Example

White with #C9794E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9794E; }

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

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

background-color css

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

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

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

border-color css

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

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

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