Html Css Color HEX #C97048 Red Damask

📋 copy color: '#C97048'

red 201 ◦ green 112 ◦ blue 72

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

Shades of Red Damask #C97048

Tints of Red Damask #C97048

RGB

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

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

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

R = 52.21%
G = 29.09%
B = 18.7%

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

#C97048 (or 0xC97048) is known color: Red Damask. HEX triplet: C9, 70 and 48. RGB value is (201,112,72). Sum of RGB (Red+Green+Blue) = 201+112+72=385 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.21% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 72 (28.52% from 255 or 18.70% from 385); Max value from RGB is 201 - color contains mainly: red. Hex color #C97048 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97048 is #368FB7. Grayscale: #868686. Windows color (decimal): -3575736 or 4747465. OLE color: 4747465.

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

Color convert

RGB 201 112 72 -
CMYK 0 0.44 0.64 0.21
HSL 18.6º 0.54% 0.54% -
HSV(B) 18.6º 0.64% 0.79% -
XYZ 31.05 24.47 9.22 -
YUV 134.05 92.99 175.75 -
System Red Green Blue C M Y K H S L
Decimal 201 112 72 0 0.44 0.64 0.21 18.6 0.54 0.54
Hex C9 70 48 0 2C 40 15 13 36 36
Octal 311 160 110 0 54 100 25 23 66 66
Binary 11001001 1110000 1001000 0 101100 1000000 10101 10011 110110 110110

Color Harmonies of #C97048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97048

Black with #C97048

Text Example


Text Example

White with #C97048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97048; }

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

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

background-color css

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

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

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

border-color css

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

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

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