Html Css Color HEX #C97146 Red Damask

📋 copy color: '#C97146'

red 201 ◦ green 113 ◦ blue 70

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

Shades of Red Damask #C97146

Tints of Red Damask #C97146

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.43%

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

R = 52.34%
G = 29.43%
B = 18.23%

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

#C97146 (or 0xC97146) is known color: Red Damask. HEX triplet: C9, 71 and 46. RGB value is (201,113,70). Sum of RGB (Red+Green+Blue) = 201+113+70=384 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.34% from 384); Green value is 113 (44.53% from 255 or 29.43% from 384); Blue value is 70 (27.73% from 255 or 18.23% from 384); Max value from RGB is 201 - color contains mainly: red. Hex color #C97146 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97146 is #368EB9. Grayscale: #868686. Windows color (decimal): -3575482 or 4616649. OLE color: 4616649.

HSL color Cylindrical-coordinate representation of color #C97146: hue angle of 19.69º 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 #C97146 is Cyan = 0, Magento = 0.44, Yellow = 0.65 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 113 70 -
CMYK 0 0.44 0.65 0.21
HSL 19.69º 0.55% 0.53% -
HSV(B) 19.69º 0.65% 0.79% -
XYZ 31.1 24.67 8.92 -
YUV 134.41 91.65 175.5 -
System Red Green Blue C M Y K H S L
Decimal 201 113 70 0 0.44 0.65 0.21 19.69 0.55 0.53
Hex C9 71 46 0 2C 41 15 14 37 35
Octal 311 161 106 0 54 101 25 24 67 65
Binary 11001001 1110001 1000110 0 101100 1000001 10101 10100 110111 110101

Color Harmonies of #C97146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97146

Black with #C97146

Text Example


Text Example

White with #C97146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97146; }

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

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

background-color css

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

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

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

border-color css

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

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

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