Html Css Color HEX #C05914 Tenne (Tawny)

📋 copy color: '#C05914'

red 192 ◦ green 89 ◦ blue 20

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

Shades of Tenne (Tawny) #C05914

Tints of Tenne (Tawny) #C05914

RGB

 RED value IS 192 (75.39% from 255) = 63.79%

 GREEN value IS 89 (35.16% from 255) = 29.57%

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

R = 63.79%
G = 29.57%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#C05914 (or 0xC05914) is known color: Tenne (Tawny). HEX triplet: C0, 59 and 14. RGB value is (192,89,20). Sum of RGB (Red+Green+Blue) = 192+89+20=301 (39% of max value = 765). Red value is 192 (75.39% from 255 or 63.79% from 301); Green value is 89 (35.16% from 255 or 29.57% from 301); Blue value is 20 (8.20% from 255 or 6.64% from 301); Max value from RGB is 192 - color contains mainly: red. Hex color #C05914 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05914 is #3FA6EB. Grayscale: #707070. Windows color (decimal): -4171500 or 1333696. OLE color: 1333696.

HSL color Cylindrical-coordinate representation of color #C05914: hue angle of 24.07º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C05914 is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 89 20 -
CMYK 0 0.54 0.90 0.25
HSL 24.07º 0.81% 0.42% -
HSV(B) 24.07º 0.9% 0.75% -
XYZ 25.44 18.4 2.87 -
YUV 111.93 76.12 185.11 -
System Red Green Blue C M Y K H S L
Decimal 192 89 20 0 0.54 0.90 0.25 24.07 0.81 0.42
Hex C0 59 14 0 36 5A 19 18 51 2A
Octal 300 131 24 0 66 132 31 30 121 52
Binary 11000000 1011001 10100 0 110110 1011010 11001 11000 1010001 101010

Color Harmonies of #C05914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05914

Black with #C05914

Text Example


Text Example

White with #C05914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05914; }

 p { color: rgb(192,89,20); }

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

background-color css

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

 a { background-color: rgb(192,89,20); }

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

border-color css

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

 span { border-color: rgb(192,89,20); }

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