Html Css Color HEX #C45E06 Tenne (Tawny)

📋 copy color: '#C45E06'

red 196 ◦ green 94 ◦ blue 6

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

Shades of Tenne (Tawny) #C45E06

Tints of Tenne (Tawny) #C45E06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.03%

R = 66.22%
G = 31.76%
B = 2.03%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#C45E06 (or 0xC45E06) is known color: Tenne (Tawny). HEX triplet: C4, 5E and 06. RGB value is (196,94,6). Sum of RGB (Red+Green+Blue) = 196+94+6=296 (39% of max value = 765). Red value is 196 (76.95% from 255 or 66.22% from 296); Green value is 94 (37.11% from 255 or 31.76% from 296); Blue value is 6 (2.73% from 255 or 2.03% from 296); Max value from RGB is 196 - color contains mainly: red. Hex color #C45E06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45E06 is #3BA1F9. Grayscale: #727272. Windows color (decimal): -3908090 or 417476. OLE color: 417476.

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

Color convert

RGB 196 94 6 -
CMYK 0 0.52 0.97 0.23
HSL 27.79º 0.94% 0.4% -
HSV(B) 27.79º 0.97% 0.77% -
XYZ 26.8 19.75 2.57 -
YUV 114.47 66.79 186.16 -
System Red Green Blue C M Y K H S L
Decimal 196 94 6 0 0.52 0.97 0.23 27.79 0.94 0.4
Hex C4 5E 6 0 34 61 17 1C 5E 28
Octal 304 136 6 0 64 141 27 34 136 50
Binary 11000100 1011110 110 0 110100 1100001 10111 11100 1011110 101000

Color Harmonies of #C45E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45E06

Black with #C45E06

Text Example


Text Example

White with #C45E06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45E06; }

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

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

background-color css

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

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

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

border-color css

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

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

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