Html Css Color HEX #C97148 Red Damask

📋 copy color: '#C97148'

red 201 ◦ green 113 ◦ blue 72

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

Shades of Red Damask #C97148

Tints of Red Damask #C97148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.65%

R = 52.07%
G = 29.27%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#C97148 (or 0xC97148) is known color: Red Damask. HEX triplet: C9, 71 and 48. RGB value is (201,113,72). Sum of RGB (Red+Green+Blue) = 201+113+72=386 (51% of max value = 765). Red value is 201 (78.91% from 255 or 52.07% from 386); Green value is 113 (44.53% from 255 or 29.27% from 386); Blue value is 72 (28.52% from 255 or 18.65% from 386); Max value from RGB is 201 - color contains mainly: red. Hex color #C97148 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97148 is #368EB7. Grayscale: #868686. Windows color (decimal): -3575480 or 4747721. OLE color: 4747721.

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

Color convert

RGB 201 113 72 -
CMYK 0 0.44 0.64 0.21
HSL 19.07º 0.54% 0.54% -
HSV(B) 19.07º 0.64% 0.79% -
XYZ 31.16 24.7 9.26 -
YUV 134.64 92.65 175.33 -
System Red Green Blue C M Y K H S L
Decimal 201 113 72 0 0.44 0.64 0.21 19.07 0.54 0.54
Hex C9 71 48 0 2C 40 15 13 36 36
Octal 311 161 110 0 54 100 25 23 66 66
Binary 11001001 1110001 1001000 0 101100 1000000 10101 10011 110110 110110

Color Harmonies of #C97148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97148

Black with #C97148

Text Example


Text Example

White with #C97148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97148; }

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

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

background-color css

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

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

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

border-color css

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

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

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