Html Css Color HEX #C95213 Tenne (Tawny)

📋 copy color: '#C95213'

red 201 ◦ green 82 ◦ blue 19

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

Shades of Tenne (Tawny) #C95213

Tints of Tenne (Tawny) #C95213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.29%

R = 66.56%
G = 27.15%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#C95213 (or 0xC95213) is known color: Tenne (Tawny). HEX triplet: C9, 52 and 13. RGB value is (201,82,19). Sum of RGB (Red+Green+Blue) = 201+82+19=302 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.56% from 302); Green value is 82 (32.42% from 255 or 27.15% from 302); Blue value is 19 (7.81% from 255 or 6.29% from 302); Max value from RGB is 201 - color contains mainly: red. Hex color #C95213 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95213 is #36ADEC. Grayscale: #6E6E6E. Windows color (decimal): -3583469 or 1266377. OLE color: 1266377.

HSL color Cylindrical-coordinate representation of color #C95213: hue angle of 20.77º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C95213 is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 82 19 -
CMYK 0 0.59 0.91 0.21
HSL 20.77º 0.83% 0.43% -
HSV(B) 20.77º 0.91% 0.79% -
XYZ 27.22 18.5 2.75 -
YUV 110.4 76.42 192.62 -
System Red Green Blue C M Y K H S L
Decimal 201 82 19 0 0.59 0.91 0.21 20.77 0.83 0.43
Hex C9 52 13 0 3B 5B 15 15 53 2B
Octal 311 122 23 0 73 133 25 25 123 53
Binary 11001001 1010010 10011 0 111011 1011011 10101 10101 1010011 101011

Color Harmonies of #C95213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95213

Black with #C95213

Text Example


Text Example

White with #C95213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95213; }

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

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

background-color css

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

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

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

border-color css

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

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

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