Html Css Color HEX #C05A0E Tenne (Tawny)

📋 copy color: '#C05A0E'

red 192 ◦ green 90 ◦ blue 14

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

Shades of Tenne (Tawny) #C05A0E

Tints of Tenne (Tawny) #C05A0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.73%

R = 64.86%
G = 30.41%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#C05A0E (or 0xC05A0E) is known color: Tenne (Tawny). HEX triplet: C0, 5A and 0E. RGB value is (192,90,14). Sum of RGB (Red+Green+Blue) = 192+90+14=296 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.86% from 296); Green value is 90 (35.55% from 255 or 30.41% from 296); Blue value is 14 (5.86% from 255 or 4.73% from 296); Max value from RGB is 192 - color contains mainly: red. Hex color #C05A0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05A0E is #3FA5F1. Grayscale: #707070. Windows color (decimal): -4171250 or 940736. OLE color: 940736.

HSL color Cylindrical-coordinate representation of color #C05A0E: hue angle of 25.62º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C05A0E is Cyan = 0, Magento = 0.53, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 90 14 -
CMYK 0 0.53 0.93 0.25
HSL 25.62º 0.86% 0.4% -
HSV(B) 25.62º 0.93% 0.75% -
XYZ 25.47 18.55 2.65 -
YUV 111.83 72.79 185.18 -
System Red Green Blue C M Y K H S L
Decimal 192 90 14 0 0.53 0.93 0.25 25.62 0.86 0.4
Hex C0 5A E 0 35 5D 19 1A 56 28
Octal 300 132 16 0 65 135 31 32 126 50
Binary 11000000 1011010 1110 0 110101 1011101 11001 11010 1010110 101000

Color Harmonies of #C05A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05A0E

Black with #C05A0E

Text Example


Text Example

White with #C05A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05A0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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