Html Css Color HEX #C0580E Tenne (Tawny)

📋 copy color: '#C0580E'

red 192 ◦ green 88 ◦ blue 14

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

Shades of Tenne (Tawny) #C0580E

Tints of Tenne (Tawny) #C0580E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.93%

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

R = 65.31%
G = 29.93%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#C0580E (or 0xC0580E) is known color: Tenne (Tawny). HEX triplet: C0, 58 and 0E. RGB value is (192,88,14). Sum of RGB (Red+Green+Blue) = 192+88+14=294 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.31% from 294); Green value is 88 (34.77% from 255 or 29.93% from 294); Blue value is 14 (5.86% from 255 or 4.76% from 294); Max value from RGB is 192 - color contains mainly: red. Hex color #C0580E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C0580E is #3FA7F1. Grayscale: #6F6F6F. Windows color (decimal): -4171762 or 940224. OLE color: 940224.

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

Color convert

RGB 192 88 14 -
CMYK 0 0.54 0.93 0.25
HSL 24.94º 0.86% 0.4% -
HSV(B) 24.94º 0.93% 0.75% -
XYZ 25.31 18.22 2.6 -
YUV 110.66 73.46 186.02 -
System Red Green Blue C M Y K H S L
Decimal 192 88 14 0 0.54 0.93 0.25 24.94 0.86 0.4
Hex C0 58 E 0 36 5D 19 19 56 28
Octal 300 130 16 0 66 135 31 31 126 50
Binary 11000000 1011000 1110 0 110110 1011101 11001 11001 1010110 101000

Color Harmonies of #C0580E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0580E

Black with #C0580E

Text Example


Text Example

White with #C0580E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0580E; }

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

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

background-color css

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

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

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

border-color css

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

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

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