Html Css Color HEX #C95713 Tenne (Tawny)

📋 copy color: '#C95713'

red 201 ◦ green 87 ◦ blue 19

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

Shades of Tenne (Tawny) #C95713

Tints of Tenne (Tawny) #C95713

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.34%

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

R = 65.47%
G = 28.34%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#C95713 (or 0xC95713) is known color: Tenne (Tawny). HEX triplet: C9, 57 and 13. RGB value is (201,87,19). Sum of RGB (Red+Green+Blue) = 201+87+19=307 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.47% from 307); Green value is 87 (34.38% from 255 or 28.34% from 307); Blue value is 19 (7.81% from 255 or 6.19% from 307); Max value from RGB is 201 - color contains mainly: red. Hex color #C95713 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95713 is #36A8EC. Grayscale: #717171. Windows color (decimal): -3582189 or 1267657. OLE color: 1267657.

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

Color convert

RGB 201 87 19 -
CMYK 0 0.57 0.91 0.21
HSL 22.42º 0.83% 0.43% -
HSV(B) 22.42º 0.91% 0.79% -
XYZ 27.61 19.28 2.88 -
YUV 113.33 74.77 190.53 -
System Red Green Blue C M Y K H S L
Decimal 201 87 19 0 0.57 0.91 0.21 22.42 0.83 0.43
Hex C9 57 13 0 39 5B 15 16 53 2B
Octal 311 127 23 0 71 133 25 26 123 53
Binary 11001001 1010111 10011 0 111001 1011011 10101 10110 1010011 101011

Color Harmonies of #C95713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95713

Black with #C95713

Text Example


Text Example

White with #C95713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95713; }

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

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

background-color css

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

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

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

border-color css

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

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

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