Html Css Color HEX #C97546 Red Damask

📋 copy color: '#C97546'

red 201 ◦ green 117 ◦ blue 70

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

Shades of Red Damask #C97546

Tints of Red Damask #C97546

RGB

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

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

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

R = 51.8%
G = 30.15%
B = 18.04%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#C97546 (or 0xC97546) is known color: Red Damask. HEX triplet: C9, 75 and 46. RGB value is (201,117,70). Sum of RGB (Red+Green+Blue) = 201+117+70=388 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.80% from 388); Green value is 117 (46.09% from 255 or 30.15% from 388); Blue value is 70 (27.73% from 255 or 18.04% from 388); Max value from RGB is 201 - color contains mainly: red. Hex color #C97546 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97546 is #368AB9. Grayscale: #898989. Windows color (decimal): -3574458 or 4617673. OLE color: 4617673.

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

Color convert

RGB 201 117 70 -
CMYK 0 0.42 0.65 0.21
HSL 21.53º 0.55% 0.53% -
HSV(B) 21.53º 0.65% 0.79% -
XYZ 31.55 25.58 9.07 -
YUV 136.76 90.33 173.82 -
System Red Green Blue C M Y K H S L
Decimal 201 117 70 0 0.42 0.65 0.21 21.53 0.55 0.53
Hex C9 75 46 0 2A 41 15 16 37 35
Octal 311 165 106 0 52 101 25 26 67 65
Binary 11001001 1110101 1000110 0 101010 1000001 10101 10110 110111 110101

Color Harmonies of #C97546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97546

Black with #C97546

Text Example


Text Example

White with #C97546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97546; }

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

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

background-color css

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

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

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

border-color css

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

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

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