Html Css Color HEX #C25915 Tenne (Tawny)

📋 copy color: '#C25915'

red 194 ◦ green 89 ◦ blue 21

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

Shades of Tenne (Tawny) #C25915

Tints of Tenne (Tawny) #C25915

RGB

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

 GREEN value IS 89 (35.16% from 255) = 29.28%

 BLUE value IS 21 (8.59% from 255) = 6.91%

R = 63.82%
G = 29.28%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C25915 (or 0xC25915) is known color: Tenne (Tawny). HEX triplet: C2, 59 and 15. RGB value is (194,89,21). Sum of RGB (Red+Green+Blue) = 194+89+21=304 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.82% from 304); Green value is 89 (35.16% from 255 or 29.28% from 304); Blue value is 21 (8.59% from 255 or 6.91% from 304); Max value from RGB is 194 - color contains mainly: red. Hex color #C25915 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25915 is #3DA6EA. Grayscale: #717171. Windows color (decimal): -4040427 or 1399234. OLE color: 1399234.

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

Color convert

RGB 194 89 21 -
CMYK 0 0.54 0.89 0.24
HSL 23.58º 0.8% 0.42% -
HSV(B) 23.58º 0.89% 0.76% -
XYZ 25.96 18.67 2.94 -
YUV 112.64 76.29 186.03 -
System Red Green Blue C M Y K H S L
Decimal 194 89 21 0 0.54 0.89 0.24 23.58 0.8 0.42
Hex C2 59 15 0 36 59 18 18 50 2A
Octal 302 131 25 0 66 131 30 30 120 52
Binary 11000010 1011001 10101 0 110110 1011001 11000 11000 1010000 101010

Color Harmonies of #C25915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25915

Black with #C25915

Text Example


Text Example

White with #C25915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25915; }

 p { color: rgb(194,89,21); }

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

background-color css

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

 a { background-color: rgb(194,89,21); }

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

border-color css

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

 span { border-color: rgb(194,89,21); }

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