Html Css Color HEX #C0610E Tenne (Tawny)

📋 copy color: '#C0610E'

red 192 ◦ green 97 ◦ blue 14

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

Shades of Tenne (Tawny) #C0610E

Tints of Tenne (Tawny) #C0610E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.01%

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

R = 63.37%
G = 32.01%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#C0610E (or 0xC0610E) is known color: Tenne (Tawny). HEX triplet: C0, 61 and 0E. RGB value is (192,97,14). Sum of RGB (Red+Green+Blue) = 192+97+14=303 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.37% from 303); Green value is 97 (38.28% from 255 or 32.01% from 303); Blue value is 14 (5.86% from 255 or 4.62% from 303); Max value from RGB is 192 - color contains mainly: red. Hex color #C0610E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C0610E is #3F9EF1. Grayscale: #747474. Windows color (decimal): -4169458 or 942528. OLE color: 942528.

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

Color convert

RGB 192 97 14 -
CMYK 0 0.49 0.93 0.25
HSL 27.98º 0.86% 0.4% -
HSV(B) 27.98º 0.93% 0.75% -
XYZ 26.09 19.79 2.86 -
YUV 115.94 70.47 182.25 -
System Red Green Blue C M Y K H S L
Decimal 192 97 14 0 0.49 0.93 0.25 27.98 0.86 0.4
Hex C0 61 E 0 31 5D 19 1C 56 28
Octal 300 141 16 0 61 135 31 34 126 50
Binary 11000000 1100001 1110 0 110001 1011101 11001 11100 1010110 101000

Color Harmonies of #C0610E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0610E

Black with #C0610E

Text Example


Text Example

White with #C0610E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0610E; }

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

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

background-color css

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

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

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

border-color css

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

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

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