Html Css Color HEX #C05F11 Tenne (Tawny)

📋 copy color: '#C05F11'

red 192 ◦ green 95 ◦ blue 17

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

Shades of Tenne (Tawny) #C05F11

Tints of Tenne (Tawny) #C05F11

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.25%

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

R = 63.16%
G = 31.25%
B = 5.59%

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

#C05F11 (or 0xC05F11) is known color: Tenne (Tawny). HEX triplet: C0, 5F and 11. RGB value is (192,95,17). Sum of RGB (Red+Green+Blue) = 192+95+17=304 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.16% from 304); Green value is 95 (37.5% from 255 or 31.25% from 304); Blue value is 17 (7.03% from 255 or 5.59% from 304); Max value from RGB is 192 - color contains mainly: red. Hex color #C05F11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05F11 is #3FA0EE. Grayscale: #737373. Windows color (decimal): -4169967 or 1138624. OLE color: 1138624.

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

Color convert

RGB 192 95 17 -
CMYK 0 0.51 0.91 0.25
HSL 26.74º 0.84% 0.41% -
HSV(B) 26.74º 0.91% 0.75% -
XYZ 25.93 19.43 2.91 -
YUV 115.11 72.64 182.84 -
System Red Green Blue C M Y K H S L
Decimal 192 95 17 0 0.51 0.91 0.25 26.74 0.84 0.41
Hex C0 5F 11 0 33 5B 19 1B 54 29
Octal 300 137 21 0 63 133 31 33 124 51
Binary 11000000 1011111 10001 0 110011 1011011 11001 11011 1010100 101001

Color Harmonies of #C05F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05F11

Black with #C05F11

Text Example


Text Example

White with #C05F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05F11; }

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

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

background-color css

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

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

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

border-color css

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

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

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