Html Css Color HEX #C97548 Red Damask

📋 copy color: '#C97548'

red 201 ◦ green 117 ◦ blue 72

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

Shades of Red Damask #C97548

Tints of Red Damask #C97548

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30%

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

R = 51.54%
G = 30%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#C97548 (or 0xC97548) is known color: Red Damask. HEX triplet: C9, 75 and 48. RGB value is (201,117,72). Sum of RGB (Red+Green+Blue) = 201+117+72=390 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.54% from 390); Green value is 117 (46.09% from 255 or 30% from 390); Blue value is 72 (28.52% from 255 or 18.46% from 390); Max value from RGB is 201 - color contains mainly: red. Hex color #C97548 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97548 is #368AB7. Grayscale: #898989. Windows color (decimal): -3574456 or 4748745. OLE color: 4748745.

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

Color convert

RGB 201 117 72 -
CMYK 0 0.42 0.64 0.21
HSL 20.93º 0.54% 0.54% -
HSV(B) 20.93º 0.64% 0.79% -
XYZ 31.62 25.61 9.41 -
YUV 136.99 91.33 173.66 -
System Red Green Blue C M Y K H S L
Decimal 201 117 72 0 0.42 0.64 0.21 20.93 0.54 0.54
Hex C9 75 48 0 2A 40 15 15 36 36
Octal 311 165 110 0 52 100 25 25 66 66
Binary 11001001 1110101 1001000 0 101010 1000000 10101 10101 110110 110110

Color Harmonies of #C97548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97548

Black with #C97548

Text Example


Text Example

White with #C97548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97548; }

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

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

background-color css

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

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

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

border-color css

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

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

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