Html Css Color HEX #C46100 Tenne (Tawny)

📋 copy color: '#C46100'

red 196 ◦ green 97 ◦ blue 0

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

Shades of Tenne (Tawny) #C46100

Tints of Tenne (Tawny) #C46100

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.11%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 66.89%
G = 33.11%
B = 0%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C46100 (or 0xC46100) is known color: Tenne (Tawny). HEX triplet: C4, 61 and 00. RGB value is (196,97,0). Sum of RGB (Red+Green+Blue) = 196+97+0=293 (38% of max value = 765). Red value is 196 (76.95% from 255 or 66.89% from 293); Green value is 97 (38.28% from 255 or 33.11% from 293); Blue value is 0 (0.39% from 255 or 0% from 293); Max value from RGB is 196 - color contains mainly: red. Hex color #C46100 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46100 is #3B9EFF. Grayscale: #747474. Windows color (decimal): -3907328 or 25028. OLE color: 25028.

HSL color Cylindrical-coordinate representation of color #C46100: hue angle of 29.69º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C46100 is Cyan = 0, Magento = 0.51, Yellow = 1 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 97 0 -
CMYK 0 0.51 1 0.23
HSL 29.69º 1% 0.38% -
HSV(B) 29.69º 1% 0.77% -
XYZ 27.04 20.29 2.49 -
YUV 115.54 62.8 185.39 -
System Red Green Blue C M Y K H S L
Decimal 196 97 0 0 0.51 1 0.23 29.69 1 0.38
Hex C4 61 0 0 33 64 17 1E 64 26
Octal 304 141 0 0 63 144 27 36 144 46
Binary 11000100 1100001 0 0 110011 1100100 10111 11110 1100100 100110

Color Harmonies of #C46100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46100

Black with #C46100

Text Example


Text Example

White with #C46100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46100; }

 p { color: rgb(196,97,0); }

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

background-color css

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

 a { background-color: rgb(196,97,0); }

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

border-color css

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

 span { border-color: rgb(196,97,0); }

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