Html Css Color HEX #C97346 Red Damask

📋 copy color: '#C97346'

red 201 ◦ green 115 ◦ blue 70

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

Shades of Red Damask #C97346

Tints of Red Damask #C97346

RGB

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

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

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

R = 52.07%
G = 29.79%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#C97346 (or 0xC97346) is known color: Red Damask. HEX triplet: C9, 73 and 46. RGB value is (201,115,70). Sum of RGB (Red+Green+Blue) = 201+115+70=386 (51% of max value = 765). Red value is 201 (78.91% from 255 or 52.07% from 386); Green value is 115 (45.31% from 255 or 29.79% from 386); Blue value is 70 (27.73% from 255 or 18.13% from 386); Max value from RGB is 201 - color contains mainly: red. Hex color #C97346 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97346 is #368CB9. Grayscale: #878787. Windows color (decimal): -3574970 or 4617161. OLE color: 4617161.

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

Color convert

RGB 201 115 70 -
CMYK 0 0.43 0.65 0.21
HSL 20.61º 0.55% 0.53% -
HSV(B) 20.61º 0.65% 0.79% -
XYZ 31.32 25.12 8.99 -
YUV 135.58 90.99 174.66 -
System Red Green Blue C M Y K H S L
Decimal 201 115 70 0 0.43 0.65 0.21 20.61 0.55 0.53
Hex C9 73 46 0 2B 41 15 15 37 35
Octal 311 163 106 0 53 101 25 25 67 65
Binary 11001001 1110011 1000110 0 101011 1000001 10101 10101 110111 110101

Color Harmonies of #C97346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97346

Black with #C97346

Text Example


Text Example

White with #C97346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97346; }

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

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

background-color css

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

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

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

border-color css

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

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

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