Html Css Color HEX #C45E10 Tenne (Tawny)

📋 copy color: '#C45E10'

red 196 ◦ green 94 ◦ blue 16

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

Shades of Tenne (Tawny) #C45E10

Tints of Tenne (Tawny) #C45E10

RGB

 RED value IS 196 (76.95% from 255) = 64.05%

 GREEN value IS 94 (37.11% from 255) = 30.72%

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

R = 64.05%
G = 30.72%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C45E10 (or 0xC45E10) is known color: Tenne (Tawny). HEX triplet: C4, 5E and 10. RGB value is (196,94,16). Sum of RGB (Red+Green+Blue) = 196+94+16=306 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.05% from 306); Green value is 94 (37.11% from 255 or 30.72% from 306); Blue value is 16 (6.64% from 255 or 5.23% from 306); Max value from RGB is 196 - color contains mainly: red. Hex color #C45E10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45E10 is #3BA1EF. Grayscale: #747474. Windows color (decimal): -3908080 or 1072836. OLE color: 1072836.

HSL color Cylindrical-coordinate representation of color #C45E10: hue angle of 26º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C45E10 is Cyan = 0, Magento = 0.52, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 94 16 -
CMYK 0 0.52 0.92 0.23
HSL 26º 0.85% 0.42% -
HSV(B) 26º 0.92% 0.77% -
XYZ 26.86 19.78 2.89 -
YUV 115.61 71.79 185.34 -
System Red Green Blue C M Y K H S L
Decimal 196 94 16 0 0.52 0.92 0.23 26 0.85 0.42
Hex C4 5E 10 0 34 5C 17 1A 55 2A
Octal 304 136 20 0 64 134 27 32 125 52
Binary 11000100 1011110 10000 0 110100 1011100 10111 11010 1010101 101010

Color Harmonies of #C45E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45E10

Black with #C45E10

Text Example


Text Example

White with #C45E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45E10; }

 p { color: rgb(196,94,16); }

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

background-color css

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

 a { background-color: rgb(196,94,16); }

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

border-color css

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

 span { border-color: rgb(196,94,16); }

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