Html Css Color HEX #C95115 Tenne (Tawny)

📋 copy color: '#C95115'

red 201 ◦ green 81 ◦ blue 21

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

Shades of Tenne (Tawny) #C95115

Tints of Tenne (Tawny) #C95115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.93%

R = 66.34%
G = 26.73%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#C95115 (or 0xC95115) is known color: Tenne (Tawny). HEX triplet: C9, 51 and 15. RGB value is (201,81,21). Sum of RGB (Red+Green+Blue) = 201+81+21=303 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.34% from 303); Green value is 81 (32.03% from 255 or 26.73% from 303); Blue value is 21 (8.59% from 255 or 6.93% from 303); Max value from RGB is 201 - color contains mainly: red. Hex color #C95115 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95115 is #36AEEA. Grayscale: #6E6E6E. Windows color (decimal): -3583723 or 1397193. OLE color: 1397193.

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

Color convert

RGB 201 81 21 -
CMYK 0 0.60 0.90 0.21
HSL 20º 0.81% 0.44% -
HSV(B) 20º 0.9% 0.79% -
XYZ 27.17 18.36 2.82 -
YUV 110.04 77.76 192.88 -
System Red Green Blue C M Y K H S L
Decimal 201 81 21 0 0.60 0.90 0.21 20 0.81 0.44
Hex C9 51 15 0 3C 5A 15 14 51 2C
Octal 311 121 25 0 74 132 25 24 121 54
Binary 11001001 1010001 10101 0 111100 1011010 10101 10100 1010001 101100

Color Harmonies of #C95115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95115

Black with #C95115

Text Example


Text Example

White with #C95115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95115; }

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

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

background-color css

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

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

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

border-color css

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

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

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