Html Css Color HEX #C2620E Tenne (Tawny)

📋 copy color: '#C2620E'

red 194 ◦ green 98 ◦ blue 14

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

Shades of Tenne (Tawny) #C2620E

Tints of Tenne (Tawny) #C2620E

RGB

 RED value IS 194 (76.17% from 255) = 63.4%

 GREEN value IS 98 (38.67% from 255) = 32.03%

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

R = 63.4%
G = 32.03%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C2620E (or 0xC2620E) is known color: Tenne (Tawny). HEX triplet: C2, 62 and 0E. RGB value is (194,98,14). Sum of RGB (Red+Green+Blue) = 194+98+14=306 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.40% from 306); Green value is 98 (38.67% from 255 or 32.03% from 306); Blue value is 14 (5.86% from 255 or 4.58% from 306); Max value from RGB is 194 - color contains mainly: red. Hex color #C2620E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C2620E is #3D9DF1. Grayscale: #757575. Windows color (decimal): -4038130 or 942786. OLE color: 942786.

HSL color Cylindrical-coordinate representation of color #C2620E: hue angle of 28º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C2620E is Cyan = 0, Magento = 0.49, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 98 14 -
CMYK 0 0.49 0.93 0.24
HSL 28º 0.87% 0.41% -
HSV(B) 28º 0.93% 0.76% -
XYZ 26.7 20.24 2.91 -
YUV 117.13 69.8 182.83 -
System Red Green Blue C M Y K H S L
Decimal 194 98 14 0 0.49 0.93 0.24 28 0.87 0.41
Hex C2 62 E 0 31 5D 18 1C 57 29
Octal 302 142 16 0 61 135 30 34 127 51
Binary 11000010 1100010 1110 0 110001 1011101 11000 11100 1010111 101001

Color Harmonies of #C2620E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2620E

Black with #C2620E

Text Example


Text Example

White with #C2620E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2620E; }

 p { color: rgb(194,98,14); }

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

background-color css

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

 a { background-color: rgb(194,98,14); }

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

border-color css

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

 span { border-color: rgb(194,98,14); }

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