Html Css Color HEX #C2620C Tenne (Tawny)

📋 copy color: '#C2620C'

red 194 ◦ green 98 ◦ blue 12

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

Shades of Tenne (Tawny) #C2620C

Tints of Tenne (Tawny) #C2620C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.95%

R = 63.82%
G = 32.24%
B = 3.95%

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

#C2620C (or 0xC2620C) is known color: Tenne (Tawny). HEX triplet: C2, 62 and 0C. RGB value is (194,98,12). Sum of RGB (Red+Green+Blue) = 194+98+12=304 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.82% from 304); Green value is 98 (38.67% from 255 or 32.24% from 304); Blue value is 12 (5.08% from 255 or 3.95% from 304); Max value from RGB is 194 - color contains mainly: red. Hex color #C2620C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C2620C is #3D9DF3. Grayscale: #757575. Windows color (decimal): -4038132 or 811714. OLE color: 811714.

HSL color Cylindrical-coordinate representation of color #C2620C: hue angle of 28.35º degrees, saturation: 0.88, 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 #C2620C is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 98 12 -
CMYK 0 0.49 0.94 0.24
HSL 28.35º 0.88% 0.4% -
HSV(B) 28.35º 0.94% 0.76% -
XYZ 26.68 20.23 2.85 -
YUV 116.9 68.8 182.99 -
System Red Green Blue C M Y K H S L
Decimal 194 98 12 0 0.49 0.94 0.24 28.35 0.88 0.4
Hex C2 62 C 0 31 5E 18 1C 58 28
Octal 302 142 14 0 61 136 30 34 130 50
Binary 11000010 1100010 1100 0 110001 1011110 11000 11100 1011000 101000

Color Harmonies of #C2620C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2620C

Black with #C2620C

Text Example


Text Example

White with #C2620C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2620C; }

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

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

background-color css

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

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

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

border-color css

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

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

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