Html Css Color HEX #C46800 Tenne (Tawny)

📋 copy color: '#C46800'

red 196 ◦ green 104 ◦ blue 0

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

Shades of Tenne (Tawny) #C46800

Tints of Tenne (Tawny) #C46800

RGB

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

 GREEN value IS 104 (41.02% from 255) = 34.67%

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

R = 65.33%
G = 34.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C46800 (or 0xC46800) is known color: Tenne (Tawny). HEX triplet: C4, 68 and 00. RGB value is (196,104,0). Sum of RGB (Red+Green+Blue) = 196+104+0=300 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.33% from 300); Green value is 104 (41.02% from 255 or 34.67% from 300); Blue value is 0 (0.39% from 255 or 0% from 300); Max value from RGB is 196 - color contains mainly: red. Hex color #C46800 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46800 is #3B97FF. Grayscale: #787878. Windows color (decimal): -3905536 or 26820. OLE color: 26820.

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

Color convert

RGB 196 104 0 -
CMYK 0 0.47 1 0.23
HSL 31.84º 1% 0.38% -
HSV(B) 31.84º 1% 0.77% -
XYZ 27.72 21.64 2.72 -
YUV 119.65 60.48 182.46 -
System Red Green Blue C M Y K H S L
Decimal 196 104 0 0 0.47 1 0.23 31.84 1 0.38
Hex C4 68 0 0 2F 64 17 20 64 26
Octal 304 150 0 0 57 144 27 40 144 46
Binary 11000100 1101000 0 0 101111 1100100 10111 100000 1100100 100110

Color Harmonies of #C46800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46800

Black with #C46800

Text Example


Text Example

White with #C46800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46800; }

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

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

background-color css

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

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

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

border-color css

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

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

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