Html Css Color HEX #C2520E Tenne (Tawny)

📋 copy color: '#C2520E'

red 194 ◦ green 82 ◦ blue 14

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

Shades of Tenne (Tawny) #C2520E

Tints of Tenne (Tawny) #C2520E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.28%

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

R = 66.9%
G = 28.28%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C2520E (or 0xC2520E) is known color: Tenne (Tawny). HEX triplet: C2, 52 and 0E. RGB value is (194,82,14). Sum of RGB (Red+Green+Blue) = 194+82+14=290 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.90% from 290); Green value is 82 (32.42% from 255 or 28.28% from 290); Blue value is 14 (5.86% from 255 or 4.83% from 290); Max value from RGB is 194 - color contains mainly: red. Hex color #C2520E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C2520E is #3DADF1. Grayscale: #6C6C6C. Windows color (decimal): -4042226 or 938690. OLE color: 938690.

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

Color convert

RGB 194 82 14 -
CMYK 0 0.58 0.93 0.24
HSL 22.67º 0.87% 0.41% -
HSV(B) 22.67º 0.93% 0.76% -
XYZ 25.34 17.54 2.46 -
YUV 107.74 75.11 189.53 -
System Red Green Blue C M Y K H S L
Decimal 194 82 14 0 0.58 0.93 0.24 22.67 0.87 0.41
Hex C2 52 E 0 3A 5D 18 17 57 29
Octal 302 122 16 0 72 135 30 27 127 51
Binary 11000010 1010010 1110 0 111010 1011101 11000 10111 1010111 101001

Color Harmonies of #C2520E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2520E

Black with #C2520E

Text Example


Text Example

White with #C2520E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2520E; }

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

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

background-color css

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

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

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

border-color css

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

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

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