Html Css Color HEX #C95313 Tenne (Tawny)

📋 copy color: '#C95313'

red 201 ◦ green 83 ◦ blue 19

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

Shades of Tenne (Tawny) #C95313

Tints of Tenne (Tawny) #C95313

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.39%

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

R = 66.34%
G = 27.39%
B = 6.27%

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

#C95313 (or 0xC95313) is known color: Tenne (Tawny). HEX triplet: C9, 53 and 13. RGB value is (201,83,19). Sum of RGB (Red+Green+Blue) = 201+83+19=303 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.34% from 303); Green value is 83 (32.81% from 255 or 27.39% from 303); Blue value is 19 (7.81% from 255 or 6.27% from 303); Max value from RGB is 201 - color contains mainly: red. Hex color #C95313 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95313 is #36ACEC. Grayscale: #6F6F6F. Windows color (decimal): -3583213 or 1266633. OLE color: 1266633.

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

Color convert

RGB 201 83 19 -
CMYK 0 0.59 0.91 0.21
HSL 21.1º 0.83% 0.43% -
HSV(B) 21.1º 0.91% 0.79% -
XYZ 27.3 18.65 2.78 -
YUV 110.99 76.09 192.2 -
System Red Green Blue C M Y K H S L
Decimal 201 83 19 0 0.59 0.91 0.21 21.1 0.83 0.43
Hex C9 53 13 0 3B 5B 15 15 53 2B
Octal 311 123 23 0 73 133 25 25 123 53
Binary 11001001 1010011 10011 0 111011 1011011 10101 10101 1010011 101011

Color Harmonies of #C95313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95313

Black with #C95313

Text Example


Text Example

White with #C95313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95313; }

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

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

background-color css

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

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

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

border-color css

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

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

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