Html Css Color HEX #C95413 Tenne (Tawny)

📋 copy color: '#C95413'

red 201 ◦ green 84 ◦ blue 19

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

Shades of Tenne (Tawny) #C95413

Tints of Tenne (Tawny) #C95413

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.63%

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

R = 66.12%
G = 27.63%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#C95413 (or 0xC95413) is known color: Tenne (Tawny). HEX triplet: C9, 54 and 13. RGB value is (201,84,19). Sum of RGB (Red+Green+Blue) = 201+84+19=304 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.12% from 304); Green value is 84 (33.20% from 255 or 27.63% from 304); Blue value is 19 (7.81% from 255 or 6.25% from 304); Max value from RGB is 201 - color contains mainly: red. Hex color #C95413 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95413 is #36ABEC. Grayscale: #6F6F6F. Windows color (decimal): -3582957 or 1266889. OLE color: 1266889.

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

Color convert

RGB 201 84 19 -
CMYK 0 0.58 0.91 0.21
HSL 21.43º 0.83% 0.43% -
HSV(B) 21.43º 0.91% 0.79% -
XYZ 27.38 18.81 2.8 -
YUV 111.57 75.76 191.79 -
System Red Green Blue C M Y K H S L
Decimal 201 84 19 0 0.58 0.91 0.21 21.43 0.83 0.43
Hex C9 54 13 0 3A 5B 15 15 53 2B
Octal 311 124 23 0 72 133 25 25 123 53
Binary 11001001 1010100 10011 0 111010 1011011 10101 10101 1010011 101011

Color Harmonies of #C95413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95413

Black with #C95413

Text Example


Text Example

White with #C95413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95413; }

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

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

background-color css

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

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

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

border-color css

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

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

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