Html Css Color HEX #C95215 Tenne (Tawny)

📋 copy color: '#C95215'

red 201 ◦ green 82 ◦ blue 21

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

Shades of Tenne (Tawny) #C95215

Tints of Tenne (Tawny) #C95215

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.97%

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

R = 66.12%
G = 26.97%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#C95215 (or 0xC95215) is known color: Tenne (Tawny). HEX triplet: C9, 52 and 15. RGB value is (201,82,21). Sum of RGB (Red+Green+Blue) = 201+82+21=304 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.12% from 304); Green value is 82 (32.42% from 255 or 26.97% from 304); Blue value is 21 (8.59% from 255 or 6.91% from 304); Max value from RGB is 201 - color contains mainly: red. Hex color #C95215 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95215 is #36ADEA. Grayscale: #6E6E6E. Windows color (decimal): -3583467 or 1397449. OLE color: 1397449.

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

Color convert

RGB 201 82 21 -
CMYK 0 0.59 0.90 0.21
HSL 20.33º 0.81% 0.44% -
HSV(B) 20.33º 0.9% 0.79% -
XYZ 27.24 18.51 2.85 -
YUV 110.63 77.42 192.46 -
System Red Green Blue C M Y K H S L
Decimal 201 82 21 0 0.59 0.90 0.21 20.33 0.81 0.44
Hex C9 52 15 0 3B 5A 15 14 51 2C
Octal 311 122 25 0 73 132 25 24 121 54
Binary 11001001 1010010 10101 0 111011 1011010 10101 10100 1010001 101100

Color Harmonies of #C95215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95215

Black with #C95215

Text Example


Text Example

White with #C95215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95215; }

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

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

background-color css

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

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

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

border-color css

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

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

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