Html Css Color HEX #C05A11 Tenne (Tawny)

📋 copy color: '#C05A11'

red 192 ◦ green 90 ◦ blue 17

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

Shades of Tenne (Tawny) #C05A11

Tints of Tenne (Tawny) #C05A11

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.1%

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

R = 64.21%
G = 30.1%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#C05A11 (or 0xC05A11) is known color: Tenne (Tawny). HEX triplet: C0, 5A and 11. RGB value is (192,90,17). Sum of RGB (Red+Green+Blue) = 192+90+17=299 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.21% from 299); Green value is 90 (35.55% from 255 or 30.10% from 299); Blue value is 17 (7.03% from 255 or 5.69% from 299); Max value from RGB is 192 - color contains mainly: red. Hex color #C05A11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05A11 is #3FA5EE. Grayscale: #707070. Windows color (decimal): -4171247 or 1137344. OLE color: 1137344.

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

Color convert

RGB 192 90 17 -
CMYK 0 0.53 0.91 0.25
HSL 25.03º 0.84% 0.41% -
HSV(B) 25.03º 0.91% 0.75% -
XYZ 25.5 18.56 2.77 -
YUV 112.18 74.29 184.94 -
System Red Green Blue C M Y K H S L
Decimal 192 90 17 0 0.53 0.91 0.25 25.03 0.84 0.41
Hex C0 5A 11 0 35 5B 19 19 54 29
Octal 300 132 21 0 65 133 31 31 124 51
Binary 11000000 1011010 10001 0 110101 1011011 11001 11001 1010100 101001

Color Harmonies of #C05A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05A11

Black with #C05A11

Text Example


Text Example

White with #C05A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05A11; }

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

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

background-color css

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

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

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

border-color css

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

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

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