Html Css Color HEX #C46300 Tenne (Tawny)

📋 copy color: '#C46300'

red 196 ◦ green 99 ◦ blue 0

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

Shades of Tenne (Tawny) #C46300

Tints of Tenne (Tawny) #C46300

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.56%

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

R = 66.44%
G = 33.56%
B = 0%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C46300 (or 0xC46300) is known color: Tenne (Tawny). HEX triplet: C4, 63 and 00. RGB value is (196,99,0). Sum of RGB (Red+Green+Blue) = 196+99+0=295 (39% of max value = 765). Red value is 196 (76.95% from 255 or 66.44% from 295); Green value is 99 (39.06% from 255 or 33.56% from 295); Blue value is 0 (0.39% from 255 or 0% from 295); Max value from RGB is 196 - color contains mainly: red. Hex color #C46300 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46300 is #3B9CFF. Grayscale: #757575. Windows color (decimal): -3906816 or 25540. OLE color: 25540.

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

Color convert

RGB 196 99 0 -
CMYK 0 0.49 1 0.23
HSL 30.31º 1% 0.38% -
HSV(B) 30.31º 1% 0.77% -
XYZ 27.23 20.66 2.55 -
YUV 116.72 62.14 184.55 -
System Red Green Blue C M Y K H S L
Decimal 196 99 0 0 0.49 1 0.23 30.31 1 0.38
Hex C4 63 0 0 31 64 17 1E 64 26
Octal 304 143 0 0 61 144 27 36 144 46
Binary 11000100 1100011 0 0 110001 1100100 10111 11110 1100100 100110

Color Harmonies of #C46300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46300

Black with #C46300

Text Example


Text Example

White with #C46300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46300; }

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

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

background-color css

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

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

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

border-color css

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

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

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