Html Css Color HEX #C95117 Tenne (Tawny)

📋 copy color: '#C95117'

red 201 ◦ green 81 ◦ blue 23

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

Shades of Tenne (Tawny) #C95117

Tints of Tenne (Tawny) #C95117

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.56%

 BLUE value IS 23 (9.38% from 255) = 7.54%

R = 65.9%
G = 26.56%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#C95117 (or 0xC95117) is known color: Tenne (Tawny). HEX triplet: C9, 51 and 17. RGB value is (201,81,23). Sum of RGB (Red+Green+Blue) = 201+81+23=305 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.90% from 305); Green value is 81 (32.03% from 255 or 26.56% from 305); Blue value is 23 (9.38% from 255 or 7.54% from 305); Max value from RGB is 201 - color contains mainly: red. Hex color #C95117 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95117 is #36AEE8. Grayscale: #6E6E6E. Windows color (decimal): -3583721 or 1528265. OLE color: 1528265.

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

Color convert

RGB 201 81 23 -
CMYK 0 0.60 0.89 0.21
HSL 19.55º 0.79% 0.44% -
HSV(B) 19.55º 0.89% 0.79% -
XYZ 27.18 18.36 2.92 -
YUV 110.27 78.76 192.72 -
System Red Green Blue C M Y K H S L
Decimal 201 81 23 0 0.60 0.89 0.21 19.55 0.79 0.44
Hex C9 51 17 0 3C 59 15 14 4F 2C
Octal 311 121 27 0 74 131 25 24 117 54
Binary 11001001 1010001 10111 0 111100 1011001 10101 10100 1001111 101100

Color Harmonies of #C95117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95117

Black with #C95117

Text Example


Text Example

White with #C95117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95117; }

 p { color: rgb(201,81,23); }

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

background-color css

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

 a { background-color: rgb(201,81,23); }

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

border-color css

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

 span { border-color: rgb(201,81,23); }

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