Html Css Color HEX #C95613 Tenne (Tawny)

📋 copy color: '#C95613'

red 201 ◦ green 86 ◦ blue 19

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

Shades of Tenne (Tawny) #C95613

Tints of Tenne (Tawny) #C95613

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.1%

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

R = 65.69%
G = 28.1%
B = 6.21%

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

#C95613 (or 0xC95613) is known color: Tenne (Tawny). HEX triplet: C9, 56 and 13. RGB value is (201,86,19). Sum of RGB (Red+Green+Blue) = 201+86+19=306 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.69% from 306); Green value is 86 (33.98% from 255 or 28.10% from 306); Blue value is 19 (7.81% from 255 or 6.21% from 306); Max value from RGB is 201 - color contains mainly: red. Hex color #C95613 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95613 is #36A9EC. Grayscale: #717171. Windows color (decimal): -3582445 or 1267401. OLE color: 1267401.

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

Color convert

RGB 201 86 19 -
CMYK 0 0.57 0.91 0.21
HSL 22.09º 0.83% 0.43% -
HSV(B) 22.09º 0.91% 0.79% -
XYZ 27.53 19.12 2.86 -
YUV 112.75 75.1 190.95 -
System Red Green Blue C M Y K H S L
Decimal 201 86 19 0 0.57 0.91 0.21 22.09 0.83 0.43
Hex C9 56 13 0 39 5B 15 16 53 2B
Octal 311 126 23 0 71 133 25 26 123 53
Binary 11001001 1010110 10011 0 111001 1011011 10101 10110 1010011 101011

Color Harmonies of #C95613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95613

Black with #C95613

Text Example


Text Example

White with #C95613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95613; }

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

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

background-color css

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

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

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

border-color css

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

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

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