Html Css Color HEX #C97145 Red Damask

📋 copy color: '#C97145'

red 201 ◦ green 113 ◦ blue 69

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

Shades of Red Damask #C97145

Tints of Red Damask #C97145

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.5%

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

R = 52.48%
G = 29.5%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#C97145 (or 0xC97145) is known color: Red Damask. HEX triplet: C9, 71 and 45. RGB value is (201,113,69). Sum of RGB (Red+Green+Blue) = 201+113+69=383 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.48% from 383); Green value is 113 (44.53% from 255 or 29.50% from 383); Blue value is 69 (27.34% from 255 or 18.02% from 383); Max value from RGB is 201 - color contains mainly: red. Hex color #C97145 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97145 is #368EBA. Grayscale: #868686. Windows color (decimal): -3575483 or 4551113. OLE color: 4551113.

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

Color convert

RGB 201 113 69 -
CMYK 0 0.44 0.66 0.21
HSL 20º 0.55% 0.53% -
HSV(B) 20º 0.66% 0.79% -
XYZ 31.07 24.66 8.75 -
YUV 134.3 91.15 175.58 -
System Red Green Blue C M Y K H S L
Decimal 201 113 69 0 0.44 0.66 0.21 20 0.55 0.53
Hex C9 71 45 0 2C 42 15 14 37 35
Octal 311 161 105 0 54 102 25 24 67 65
Binary 11001001 1110001 1000101 0 101100 1000010 10101 10100 110111 110101

Color Harmonies of #C97145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97145

Black with #C97145

Text Example


Text Example

White with #C97145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97145; }

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

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

background-color css

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

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

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

border-color css

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

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

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