Html Css Color HEX #C97044 Red Damask

📋 copy color: '#C97044'

red 201 ◦ green 112 ◦ blue 68

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

Shades of Red Damask #C97044

Tints of Red Damask #C97044

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.4%

 BLUE value IS 68 (26.95% from 255) = 17.85%

R = 52.76%
G = 29.4%
B = 17.85%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#C97044 (or 0xC97044) is known color: Red Damask. HEX triplet: C9, 70 and 44. RGB value is (201,112,68). Sum of RGB (Red+Green+Blue) = 201+112+68=381 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.76% from 381); Green value is 112 (44.14% from 255 or 29.40% from 381); Blue value is 68 (26.95% from 255 or 17.85% from 381); Max value from RGB is 201 - color contains mainly: red. Hex color #C97044 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97044 is #368FBB. Grayscale: #858585. Windows color (decimal): -3575740 or 4485321. OLE color: 4485321.

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

Color convert

RGB 201 112 68 -
CMYK 0 0.44 0.66 0.21
HSL 19.85º 0.55% 0.53% -
HSV(B) 19.85º 0.66% 0.79% -
XYZ 30.92 24.42 8.55 -
YUV 133.6 90.99 176.08 -
System Red Green Blue C M Y K H S L
Decimal 201 112 68 0 0.44 0.66 0.21 19.85 0.55 0.53
Hex C9 70 44 0 2C 42 15 14 37 35
Octal 311 160 104 0 54 102 25 24 67 65
Binary 11001001 1110000 1000100 0 101100 1000010 10101 10100 110111 110101

Color Harmonies of #C97044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97044

Black with #C97044

Text Example


Text Example

White with #C97044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97044; }

 p { color: rgb(201,112,68); }

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

background-color css

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

 a { background-color: rgb(201,112,68); }

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

border-color css

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

 span { border-color: rgb(201,112,68); }

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