Html Css Color HEX #C25616 Tenne (Tawny)

📋 copy color: '#C25616'

red 194 ◦ green 86 ◦ blue 22

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

Shades of Tenne (Tawny) #C25616

Tints of Tenne (Tawny) #C25616

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.48%

 BLUE value IS 22 (8.98% from 255) = 7.28%

R = 64.24%
G = 28.48%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C25616 (or 0xC25616) is known color: Tenne (Tawny). HEX triplet: C2, 56 and 16. RGB value is (194,86,22). Sum of RGB (Red+Green+Blue) = 194+86+22=302 (40% of max value = 765). Red value is 194 (76.17% from 255 or 64.24% from 302); Green value is 86 (33.98% from 255 or 28.48% from 302); Blue value is 22 (8.98% from 255 or 7.28% from 302); Max value from RGB is 194 - color contains mainly: red. Hex color #C25616 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25616 is #3DA9E9. Grayscale: #6F6F6F. Windows color (decimal): -4041194 or 1464002. OLE color: 1464002.

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

Color convert

RGB 194 86 22 -
CMYK 0 0.56 0.89 0.24
HSL 22.33º 0.8% 0.42% -
HSV(B) 22.33º 0.89% 0.76% -
XYZ 25.72 18.18 2.91 -
YUV 111 77.78 187.2 -
System Red Green Blue C M Y K H S L
Decimal 194 86 22 0 0.56 0.89 0.24 22.33 0.8 0.42
Hex C2 56 16 0 38 59 18 16 50 2A
Octal 302 126 26 0 70 131 30 26 120 52
Binary 11000010 1010110 10110 0 111000 1011001 11000 10110 1010000 101010

Color Harmonies of #C25616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25616

Black with #C25616

Text Example


Text Example

White with #C25616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25616; }

 p { color: rgb(194,86,22); }

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

background-color css

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

 a { background-color: rgb(194,86,22); }

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

border-color css

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

 span { border-color: rgb(194,86,22); }

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