Html Css Color HEX #C97545 Red Damask

📋 copy color: '#C97545'

red 201 ◦ green 117 ◦ blue 69

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

Shades of Red Damask #C97545

Tints of Red Damask #C97545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.83%

R = 51.94%
G = 30.23%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#C97545 (or 0xC97545) is known color: Red Damask. HEX triplet: C9, 75 and 45. RGB value is (201,117,69). Sum of RGB (Red+Green+Blue) = 201+117+69=387 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.94% from 387); Green value is 117 (46.09% from 255 or 30.23% from 387); Blue value is 69 (27.34% from 255 or 17.83% from 387); Max value from RGB is 201 - color contains mainly: red. Hex color #C97545 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97545 is #368ABA. Grayscale: #888888. Windows color (decimal): -3574459 or 4552137. OLE color: 4552137.

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

Color convert

RGB 201 117 69 -
CMYK 0 0.42 0.66 0.21
HSL 21.82º 0.55% 0.53% -
HSV(B) 21.82º 0.66% 0.79% -
XYZ 31.52 25.57 8.9 -
YUV 136.64 89.83 173.9 -
System Red Green Blue C M Y K H S L
Decimal 201 117 69 0 0.42 0.66 0.21 21.82 0.55 0.53
Hex C9 75 45 0 2A 42 15 16 37 35
Octal 311 165 105 0 52 102 25 26 67 65
Binary 11001001 1110101 1000101 0 101010 1000010 10101 10110 110111 110101

Color Harmonies of #C97545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97545

Black with #C97545

Text Example


Text Example

White with #C97545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97545; }

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

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

background-color css

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

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

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

border-color css

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

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

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