Html Css Color HEX #C0640E Tenne (Tawny)

📋 copy color: '#C0640E'

red 192 ◦ green 100 ◦ blue 14

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

Shades of Tenne (Tawny) #C0640E

Tints of Tenne (Tawny) #C0640E

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.68%

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

R = 62.75%
G = 32.68%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#C0640E (or 0xC0640E) is known color: Tenne (Tawny). HEX triplet: C0, 64 and 0E. RGB value is (192,100,14). Sum of RGB (Red+Green+Blue) = 192+100+14=306 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.75% from 306); Green value is 100 (39.45% from 255 or 32.68% from 306); Blue value is 14 (5.86% from 255 or 4.58% from 306); Max value from RGB is 192 - color contains mainly: red. Hex color #C0640E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C0640E is #3F9BF1. Grayscale: #767676. Windows color (decimal): -4168690 or 943296. OLE color: 943296.

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

Color convert

RGB 192 100 14 -
CMYK 0 0.48 0.93 0.25
HSL 28.99º 0.86% 0.4% -
HSV(B) 28.99º 0.93% 0.75% -
XYZ 26.37 20.35 2.95 -
YUV 117.7 69.48 180.99 -
System Red Green Blue C M Y K H S L
Decimal 192 100 14 0 0.48 0.93 0.25 28.99 0.86 0.4
Hex C0 64 E 0 30 5D 19 1D 56 28
Octal 300 144 16 0 60 135 31 35 126 50
Binary 11000000 1100100 1110 0 110000 1011101 11001 11101 1010110 101000

Color Harmonies of #C0640E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0640E

Black with #C0640E

Text Example


Text Example

White with #C0640E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0640E; }

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

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

background-color css

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

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

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

border-color css

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

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

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