Html Css Color HEX #C97445 Red Damask

📋 copy color: '#C97445'

red 201 ◦ green 116 ◦ blue 69

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

Shades of Red Damask #C97445

Tints of Red Damask #C97445

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.05%

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

R = 52.07%
G = 30.05%
B = 17.88%

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

#C97445 (or 0xC97445) is known color: Red Damask. HEX triplet: C9, 74 and 45. RGB value is (201,116,69). Sum of RGB (Red+Green+Blue) = 201+116+69=386 (51% of max value = 765). Red value is 201 (78.91% from 255 or 52.07% from 386); Green value is 116 (45.70% from 255 or 30.05% from 386); Blue value is 69 (27.34% from 255 or 17.88% from 386); Max value from RGB is 201 - color contains mainly: red. Hex color #C97445 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97445 is #368BBA. Grayscale: #888888. Windows color (decimal): -3574715 or 4551881. OLE color: 4551881.

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

Color convert

RGB 201 116 69 -
CMYK 0 0.42 0.66 0.21
HSL 21.36º 0.55% 0.53% -
HSV(B) 21.36º 0.66% 0.79% -
XYZ 31.41 25.34 8.87 -
YUV 136.06 90.16 174.32 -
System Red Green Blue C M Y K H S L
Decimal 201 116 69 0 0.42 0.66 0.21 21.36 0.55 0.53
Hex C9 74 45 0 2A 42 15 15 37 35
Octal 311 164 105 0 52 102 25 25 67 65
Binary 11001001 1110100 1000101 0 101010 1000010 10101 10101 110111 110101

Color Harmonies of #C97445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97445

Black with #C97445

Text Example


Text Example

White with #C97445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97445; }

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

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

background-color css

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

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

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

border-color css

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

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

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