Html Css Color HEX #C05611 Tenne (Tawny)

📋 copy color: '#C05611'

red 192 ◦ green 86 ◦ blue 17

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

Shades of Tenne (Tawny) #C05611

Tints of Tenne (Tawny) #C05611

RGB

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

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

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

R = 65.08%
G = 29.15%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#C05611 (or 0xC05611) is known color: Tenne (Tawny). HEX triplet: C0, 56 and 11. RGB value is (192,86,17). Sum of RGB (Red+Green+Blue) = 192+86+17=295 (39% of max value = 765). Red value is 192 (75.39% from 255 or 65.08% from 295); Green value is 86 (33.98% from 255 or 29.15% from 295); Blue value is 17 (7.03% from 255 or 5.76% from 295); Max value from RGB is 192 - color contains mainly: red. Hex color #C05611 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05611 is #3FA9EE. Grayscale: #6E6E6E. Windows color (decimal): -4172271 or 1136320. OLE color: 1136320.

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

Color convert

RGB 192 86 17 -
CMYK 0 0.55 0.91 0.25
HSL 23.66º 0.84% 0.41% -
HSV(B) 23.66º 0.91% 0.75% -
XYZ 25.17 17.9 2.66 -
YUV 109.83 75.62 186.61 -
System Red Green Blue C M Y K H S L
Decimal 192 86 17 0 0.55 0.91 0.25 23.66 0.84 0.41
Hex C0 56 11 0 37 5B 19 18 54 29
Octal 300 126 21 0 67 133 31 30 124 51
Binary 11000000 1010110 10001 0 110111 1011011 11001 11000 1010100 101001

Color Harmonies of #C05611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05611

Black with #C05611

Text Example


Text Example

White with #C05611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05611; }

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

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

background-color css

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

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

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

border-color css

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

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

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