Html Css Color HEX #C97350 Red Damask

📋 copy color: '#C97350'

red 201 ◦ green 115 ◦ blue 80

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

Shades of Red Damask #C97350

Tints of Red Damask #C97350

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.04%

 BLUE value IS 80 (31.64% from 255) = 20.2%

R = 50.76%
G = 29.04%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#C97350 (or 0xC97350) is known color: Red Damask. HEX triplet: C9, 73 and 50. RGB value is (201,115,80). Sum of RGB (Red+Green+Blue) = 201+115+80=396 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.76% from 396); Green value is 115 (45.31% from 255 or 29.04% from 396); Blue value is 80 (31.64% from 255 or 20.20% from 396); Max value from RGB is 201 - color contains mainly: red. Hex color #C97350 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97350 is #368CAF. Grayscale: #888888. Windows color (decimal): -3574960 or 5272521. OLE color: 5272521.

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

Color convert

RGB 201 115 80 -
CMYK 0 0.43 0.60 0.21
HSL 17.36º 0.53% 0.55% -
HSV(B) 17.36º 0.6% 0.79% -
XYZ 31.67 25.26 10.8 -
YUV 136.72 95.99 173.85 -
System Red Green Blue C M Y K H S L
Decimal 201 115 80 0 0.43 0.60 0.21 17.36 0.53 0.55
Hex C9 73 50 0 2B 3C 15 11 35 37
Octal 311 163 120 0 53 74 25 21 65 67
Binary 11001001 1110011 1010000 0 101011 111100 10101 10001 110101 110111

Color Harmonies of #C97350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97350

Black with #C97350

Text Example


Text Example

White with #C97350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97350; }

 p { color: rgb(201,115,80); }

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

background-color css

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

 a { background-color: rgb(201,115,80); }

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

border-color css

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

 span { border-color: rgb(201,115,80); }

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