Html Css Color HEX #C2620B Tenne (Tawny)

📋 copy color: '#C2620B'

red 194 ◦ green 98 ◦ blue 11

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

Shades of Tenne (Tawny) #C2620B

Tints of Tenne (Tawny) #C2620B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.63%

R = 64.03%
G = 32.34%
B = 3.63%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C2620B (or 0xC2620B) is known color: Tenne (Tawny). HEX triplet: C2, 62 and 0B. RGB value is (194,98,11). Sum of RGB (Red+Green+Blue) = 194+98+11=303 (40% of max value = 765). Red value is 194 (76.17% from 255 or 64.03% from 303); Green value is 98 (38.67% from 255 or 32.34% from 303); Blue value is 11 (4.69% from 255 or 3.63% from 303); Max value from RGB is 194 - color contains mainly: red. Hex color #C2620B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C2620B is #3D9DF4. Grayscale: #757575. Windows color (decimal): -4038133 or 746178. OLE color: 746178.

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

Color convert

RGB 194 98 11 -
CMYK 0 0.49 0.94 0.24
HSL 28.52º 0.89% 0.4% -
HSV(B) 28.52º 0.94% 0.76% -
XYZ 26.68 20.23 2.82 -
YUV 116.79 68.3 183.07 -
System Red Green Blue C M Y K H S L
Decimal 194 98 11 0 0.49 0.94 0.24 28.52 0.89 0.4
Hex C2 62 B 0 31 5E 18 1D 59 28
Octal 302 142 13 0 61 136 30 35 131 50
Binary 11000010 1100010 1011 0 110001 1011110 11000 11101 1011001 101000

Color Harmonies of #C2620B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2620B

Black with #C2620B

Text Example


Text Example

White with #C2620B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2620B; }

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

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

background-color css

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

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

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

border-color css

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

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

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