Html Css Color HEX #C05E11 Tenne (Tawny)

📋 copy color: '#C05E11'

red 192 ◦ green 94 ◦ blue 17

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

Shades of Tenne (Tawny) #C05E11

Tints of Tenne (Tawny) #C05E11

RGB

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

 GREEN value IS 94 (37.11% from 255) = 31.02%

 BLUE value IS 17 (7.03% from 255) = 5.61%

R = 63.37%
G = 31.02%
B = 5.61%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#C05E11 (or 0xC05E11) is known color: Tenne (Tawny). HEX triplet: C0, 5E and 11. RGB value is (192,94,17). Sum of RGB (Red+Green+Blue) = 192+94+17=303 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.37% from 303); Green value is 94 (37.11% from 255 or 31.02% from 303); Blue value is 17 (7.03% from 255 or 5.61% from 303); Max value from RGB is 192 - color contains mainly: red. Hex color #C05E11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05E11 is #3FA1EE. Grayscale: #727272. Windows color (decimal): -4170223 or 1138368. OLE color: 1138368.

HSL color Cylindrical-coordinate representation of color #C05E11: hue angle of 26.4º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C05E11 is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 94 17 -
CMYK 0 0.51 0.91 0.25
HSL 26.4º 0.84% 0.41% -
HSV(B) 26.4º 0.91% 0.75% -
XYZ 25.84 19.25 2.88 -
YUV 114.52 72.97 183.26 -
System Red Green Blue C M Y K H S L
Decimal 192 94 17 0 0.51 0.91 0.25 26.4 0.84 0.41
Hex C0 5E 11 0 33 5B 19 1A 54 29
Octal 300 136 21 0 63 133 31 32 124 51
Binary 11000000 1011110 10001 0 110011 1011011 11001 11010 1010100 101001

Color Harmonies of #C05E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05E11

Black with #C05E11

Text Example


Text Example

White with #C05E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05E11; }

 p { color: rgb(192,94,17); }

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

background-color css

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

 a { background-color: rgb(192,94,17); }

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

border-color css

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

 span { border-color: rgb(192,94,17); }

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