Html Css Color HEX #C97046 Red Damask

📋 copy color: '#C97046'

red 201 ◦ green 112 ◦ blue 70

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

Shades of Red Damask #C97046

Tints of Red Damask #C97046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.28%

R = 52.48%
G = 29.24%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#C97046 (or 0xC97046) is known color: Red Damask. HEX triplet: C9, 70 and 46. RGB value is (201,112,70). Sum of RGB (Red+Green+Blue) = 201+112+70=383 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.48% from 383); Green value is 112 (44.14% from 255 or 29.24% from 383); Blue value is 70 (27.73% from 255 or 18.28% from 383); Max value from RGB is 201 - color contains mainly: red. Hex color #C97046 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97046 is #368FB9. Grayscale: #868686. Windows color (decimal): -3575738 or 4616393. OLE color: 4616393.

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

Color convert

RGB 201 112 70 -
CMYK 0 0.44 0.65 0.21
HSL 19.24º 0.55% 0.53% -
HSV(B) 19.24º 0.65% 0.79% -
XYZ 30.99 24.45 8.88 -
YUV 133.82 91.99 175.92 -
System Red Green Blue C M Y K H S L
Decimal 201 112 70 0 0.44 0.65 0.21 19.24 0.55 0.53
Hex C9 70 46 0 2C 41 15 13 37 35
Octal 311 160 106 0 54 101 25 23 67 65
Binary 11001001 1110000 1000110 0 101100 1000001 10101 10011 110111 110101

Color Harmonies of #C97046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97046

Black with #C97046

Text Example


Text Example

White with #C97046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97046; }

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

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

background-color css

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

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

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

border-color css

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

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

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