Html Css Color HEX #C05A13 Tenne (Tawny)

📋 copy color: '#C05A13'

red 192 ◦ green 90 ◦ blue 19

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

Shades of Tenne (Tawny) #C05A13

Tints of Tenne (Tawny) #C05A13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.31%

R = 63.79%
G = 29.9%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#C05A13 (or 0xC05A13) is known color: Tenne (Tawny). HEX triplet: C0, 5A and 13. RGB value is (192,90,19). Sum of RGB (Red+Green+Blue) = 192+90+19=301 (39% of max value = 765). Red value is 192 (75.39% from 255 or 63.79% from 301); Green value is 90 (35.55% from 255 or 29.90% from 301); Blue value is 19 (7.81% from 255 or 6.31% from 301); Max value from RGB is 192 - color contains mainly: red. Hex color #C05A13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05A13 is #3FA5EC. Grayscale: #707070. Windows color (decimal): -4171245 or 1268416. OLE color: 1268416.

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

Color convert

RGB 192 90 19 -
CMYK 0 0.53 0.90 0.25
HSL 24.62º 0.82% 0.41% -
HSV(B) 24.62º 0.9% 0.75% -
XYZ 25.51 18.57 2.86 -
YUV 112.4 75.29 184.77 -
System Red Green Blue C M Y K H S L
Decimal 192 90 19 0 0.53 0.90 0.25 24.62 0.82 0.41
Hex C0 5A 13 0 35 5A 19 19 52 29
Octal 300 132 23 0 65 132 31 31 122 51
Binary 11000000 1011010 10011 0 110101 1011010 11001 11001 1010010 101001

Color Harmonies of #C05A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05A13

Black with #C05A13

Text Example


Text Example

White with #C05A13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05A13; }

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

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

background-color css

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

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

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

border-color css

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

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

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