Html Css Color HEX #C46200 Tenne (Tawny)

📋 copy color: '#C46200'

red 196 ◦ green 98 ◦ blue 0

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

Shades of Tenne (Tawny) #C46200

Tints of Tenne (Tawny) #C46200

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33.33%

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

R = 66.67%
G = 33.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C46200 (or 0xC46200) is known color: Tenne (Tawny). HEX triplet: C4, 62 and 00. RGB value is (196,98,0). Sum of RGB (Red+Green+Blue) = 196+98+0=294 (38% of max value = 765). Red value is 196 (76.95% from 255 or 66.67% from 294); Green value is 98 (38.67% from 255 or 33.33% from 294); Blue value is 0 (0.39% from 255 or 0% from 294); Max value from RGB is 196 - color contains mainly: red. Hex color #C46200 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46200 is #3B9DFF. Grayscale: #747474. Windows color (decimal): -3907072 or 25284. OLE color: 25284.

HSL color Cylindrical-coordinate representation of color #C46200: hue angle of 30º 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 #C46200 is Cyan = 0, Magento = 0.5, Yellow = 1 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 98 0 -
CMYK 0 0.5 1 0.23
HSL 30º 1% 0.38% -
HSV(B) 30º 1% 0.77% -
XYZ 27.13 20.47 2.52 -
YUV 116.13 62.47 184.97 -
System Red Green Blue C M Y K H S L
Decimal 196 98 0 0 0.5 1 0.23 30 1 0.38
Hex C4 62 0 0 32 64 17 1E 64 26
Octal 304 142 0 0 62 144 27 36 144 46
Binary 11000100 1100010 0 0 110010 1100100 10111 11110 1100100 100110

Color Harmonies of #C46200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46200

Black with #C46200

Text Example


Text Example

White with #C46200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46200; }

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

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

background-color css

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

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

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

border-color css

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

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

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