Html Css Color HEX #C95116 Tenne (Tawny)

📋 copy color: '#C95116'

red 201 ◦ green 81 ◦ blue 22

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

Shades of Tenne (Tawny) #C95116

Tints of Tenne (Tawny) #C95116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.24%

R = 66.12%
G = 26.64%
B = 7.24%

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

#C95116 (or 0xC95116) is known color: Tenne (Tawny). HEX triplet: C9, 51 and 16. RGB value is (201,81,22). Sum of RGB (Red+Green+Blue) = 201+81+22=304 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.12% from 304); Green value is 81 (32.03% from 255 or 26.64% from 304); Blue value is 22 (8.98% from 255 or 7.24% from 304); Max value from RGB is 201 - color contains mainly: red. Hex color #C95116 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95116 is #36AEE9. Grayscale: #6E6E6E. Windows color (decimal): -3583722 or 1462729. OLE color: 1462729.

HSL color Cylindrical-coordinate representation of color #C95116: hue angle of 19.78º degrees, saturation: 0.8, 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 #C95116 is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 81 22 -
CMYK 0 0.60 0.89 0.21
HSL 19.78º 0.8% 0.44% -
HSV(B) 19.78º 0.89% 0.79% -
XYZ 27.17 18.36 2.87 -
YUV 110.15 78.26 192.8 -
System Red Green Blue C M Y K H S L
Decimal 201 81 22 0 0.60 0.89 0.21 19.78 0.8 0.44
Hex C9 51 16 0 3C 59 15 14 50 2C
Octal 311 121 26 0 74 131 25 24 120 54
Binary 11001001 1010001 10110 0 111100 1011001 10101 10100 1010000 101100

Color Harmonies of #C95116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95116

Black with #C95116

Text Example


Text Example

White with #C95116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95116; }

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

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

background-color css

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

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

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

border-color css

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

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

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