Html Css Color HEX #C25210 Tenne (Tawny)

📋 copy color: '#C25210'

red 194 ◦ green 82 ◦ blue 16

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

Shades of Tenne (Tawny) #C25210

Tints of Tenne (Tawny) #C25210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.48%

R = 66.44%
G = 28.08%
B = 5.48%

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

#C25210 (or 0xC25210) is known color: Tenne (Tawny). HEX triplet: C2, 52 and 10. RGB value is (194,82,16). Sum of RGB (Red+Green+Blue) = 194+82+16=292 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.44% from 292); Green value is 82 (32.42% from 255 or 28.08% from 292); Blue value is 16 (6.64% from 255 or 5.48% from 292); Max value from RGB is 194 - color contains mainly: red. Hex color #C25210 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25210 is #3DADEF. Grayscale: #6C6C6C. Windows color (decimal): -4042224 or 1069762. OLE color: 1069762.

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

Color convert

RGB 194 82 16 -
CMYK 0 0.58 0.92 0.24
HSL 22.25º 0.85% 0.41% -
HSV(B) 22.25º 0.92% 0.76% -
XYZ 25.36 17.54 2.54 -
YUV 107.96 76.11 189.37 -
System Red Green Blue C M Y K H S L
Decimal 194 82 16 0 0.58 0.92 0.24 22.25 0.85 0.41
Hex C2 52 10 0 3A 5C 18 16 55 29
Octal 302 122 20 0 72 134 30 26 125 51
Binary 11000010 1010010 10000 0 111010 1011100 11000 10110 1010101 101001

Color Harmonies of #C25210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25210

Black with #C25210

Text Example


Text Example

White with #C25210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25210; }

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

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

background-color css

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

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

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

border-color css

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

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

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