Html Css Color HEX #C2520F Tenne (Tawny)

📋 copy color: '#C2520F'

red 194 ◦ green 82 ◦ blue 15

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

Shades of Tenne (Tawny) #C2520F

Tints of Tenne (Tawny) #C2520F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.15%

R = 66.67%
G = 28.18%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C2520F (or 0xC2520F) is known color: Tenne (Tawny). HEX triplet: C2, 52 and 0F. RGB value is (194,82,15). Sum of RGB (Red+Green+Blue) = 194+82+15=291 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.67% from 291); Green value is 82 (32.42% from 255 or 28.18% from 291); Blue value is 15 (6.25% from 255 or 5.15% from 291); Max value from RGB is 194 - color contains mainly: red. Hex color #C2520F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C2520F is #3DADF0. Grayscale: #6C6C6C. Windows color (decimal): -4042225 or 1004226. OLE color: 1004226.

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

Color convert

RGB 194 82 15 -
CMYK 0 0.58 0.92 0.24
HSL 22.46º 0.86% 0.41% -
HSV(B) 22.46º 0.92% 0.76% -
XYZ 25.35 17.54 2.5 -
YUV 107.85 75.61 189.45 -
System Red Green Blue C M Y K H S L
Decimal 194 82 15 0 0.58 0.92 0.24 22.46 0.86 0.41
Hex C2 52 F 0 3A 5C 18 16 56 29
Octal 302 122 17 0 72 134 30 26 126 51
Binary 11000010 1010010 1111 0 111010 1011100 11000 10110 1010110 101001

Color Harmonies of #C2520F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2520F

Black with #C2520F

Text Example


Text Example

White with #C2520F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2520F; }

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

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

background-color css

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

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

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

border-color css

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

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

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