Html Css Color HEX #C7610E Tenne (Tawny)

📋 copy color: '#C7610E'

red 199 ◦ green 97 ◦ blue 14

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

Shades of Tenne (Tawny) #C7610E

Tints of Tenne (Tawny) #C7610E

RGB

 RED value IS 199 (78.13% from 255) = 64.19%

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

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

R = 64.19%
G = 31.29%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#C7610E (or 0xC7610E) is known color: Tenne (Tawny). HEX triplet: C7, 61 and 0E. RGB value is (199,97,14). Sum of RGB (Red+Green+Blue) = 199+97+14=310 (41% of max value = 765). Red value is 199 (78.12% from 255 or 64.19% from 310); Green value is 97 (38.28% from 255 or 31.29% from 310); Blue value is 14 (5.86% from 255 or 4.52% from 310); Max value from RGB is 199 - color contains mainly: red. Hex color #C7610E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C7610E is #389EF1. Grayscale: #767676. Windows color (decimal): -3710706 or 942535. OLE color: 942535.

HSL color Cylindrical-coordinate representation of color #C7610E: hue angle of 26.92º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C7610E is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 97 14 -
CMYK 0 0.51 0.93 0.22
HSL 26.92º 0.87% 0.42% -
HSV(B) 26.92º 0.93% 0.78% -
XYZ 27.91 20.72 2.94 -
YUV 118.04 69.29 185.75 -
System Red Green Blue C M Y K H S L
Decimal 199 97 14 0 0.51 0.93 0.22 26.92 0.87 0.42
Hex C7 61 E 0 33 5D 16 1B 57 2A
Octal 307 141 16 0 63 135 26 33 127 52
Binary 11000111 1100001 1110 0 110011 1011101 10110 11011 1010111 101010

Color Harmonies of #C7610E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7610E

Black with #C7610E

Text Example


Text Example

White with #C7610E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7610E; }

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

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

background-color css

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

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

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

border-color css

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

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

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