Html Css Color HEX #C95614 Tenne (Tawny)

📋 copy color: '#C95614'

red 201 ◦ green 86 ◦ blue 20

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

Shades of Tenne (Tawny) #C95614

Tints of Tenne (Tawny) #C95614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.51%

R = 65.47%
G = 28.01%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#C95614 (or 0xC95614) is known color: Tenne (Tawny). HEX triplet: C9, 56 and 14. RGB value is (201,86,20). Sum of RGB (Red+Green+Blue) = 201+86+20=307 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.47% from 307); Green value is 86 (33.98% from 255 or 28.01% from 307); Blue value is 20 (8.20% from 255 or 6.51% from 307); Max value from RGB is 201 - color contains mainly: red. Hex color #C95614 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95614 is #36A9EB. Grayscale: #717171. Windows color (decimal): -3582444 or 1332937. OLE color: 1332937.

HSL color Cylindrical-coordinate representation of color #C95614: hue angle of 21.88º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C95614 is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 86 20 -
CMYK 0 0.57 0.90 0.21
HSL 21.88º 0.82% 0.43% -
HSV(B) 21.88º 0.9% 0.79% -
XYZ 27.54 19.12 2.9 -
YUV 112.86 75.6 190.87 -
System Red Green Blue C M Y K H S L
Decimal 201 86 20 0 0.57 0.90 0.21 21.88 0.82 0.43
Hex C9 56 14 0 39 5A 15 16 52 2B
Octal 311 126 24 0 71 132 25 26 122 53
Binary 11001001 1010110 10100 0 111001 1011010 10101 10110 1010010 101011

Color Harmonies of #C95614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95614

Black with #C95614

Text Example


Text Example

White with #C95614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95614; }

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

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

background-color css

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

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

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

border-color css

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

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

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