Html Css Color HEX #C0600E Tenne (Tawny)

📋 copy color: '#C0600E'

red 192 ◦ green 96 ◦ blue 14

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

Shades of Tenne (Tawny) #C0600E

Tints of Tenne (Tawny) #C0600E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.79%

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

R = 63.58%
G = 31.79%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#C0600E (or 0xC0600E) is known color: Tenne (Tawny). HEX triplet: C0, 60 and 0E. RGB value is (192,96,14). Sum of RGB (Red+Green+Blue) = 192+96+14=302 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.58% from 302); Green value is 96 (37.89% from 255 or 31.79% from 302); Blue value is 14 (5.86% from 255 or 4.64% from 302); Max value from RGB is 192 - color contains mainly: red. Hex color #C0600E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C0600E is #3F9FF1. Grayscale: #737373. Windows color (decimal): -4169714 or 942272. OLE color: 942272.

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

Color convert

RGB 192 96 14 -
CMYK 0 0.50 0.93 0.25
HSL 27.64º 0.86% 0.4% -
HSV(B) 27.64º 0.93% 0.75% -
XYZ 26 19.6 2.83 -
YUV 115.36 70.8 182.67 -
System Red Green Blue C M Y K H S L
Decimal 192 96 14 0 0.50 0.93 0.25 27.64 0.86 0.4
Hex C0 60 E 0 32 5D 19 1C 56 28
Octal 300 140 16 0 62 135 31 34 126 50
Binary 11000000 1100000 1110 0 110010 1011101 11001 11100 1010110 101000

Color Harmonies of #C0600E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0600E

Black with #C0600E

Text Example


Text Example

White with #C0600E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0600E; }

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

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

background-color css

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

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

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

border-color css

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

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

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