Html Css Color HEX #C46008 Tenne (Tawny)

📋 copy color: '#C46008'

red 196 ◦ green 96 ◦ blue 8

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

Shades of Tenne (Tawny) #C46008

Tints of Tenne (Tawny) #C46008

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32%

 BLUE value IS 8 (3.52% from 255) = 2.67%

R = 65.33%
G = 32%
B = 2.67%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#C46008 (or 0xC46008) is known color: Tenne (Tawny). HEX triplet: C4, 60 and 08. RGB value is (196,96,8). Sum of RGB (Red+Green+Blue) = 196+96+8=300 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.33% from 300); Green value is 96 (37.89% from 255 or 32% from 300); Blue value is 8 (3.52% from 255 or 2.67% from 300); Max value from RGB is 196 - color contains mainly: red. Hex color #C46008 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46008 is #3B9FF7. Grayscale: #747474. Windows color (decimal): -3907576 or 549060. OLE color: 549060.

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

Color convert

RGB 196 96 8 -
CMYK 0 0.51 0.96 0.23
HSL 28.09º 0.92% 0.4% -
HSV(B) 28.09º 0.96% 0.77% -
XYZ 26.99 20.12 2.69 -
YUV 115.87 67.13 185.16 -
System Red Green Blue C M Y K H S L
Decimal 196 96 8 0 0.51 0.96 0.23 28.09 0.92 0.4
Hex C4 60 8 0 33 60 17 1C 5C 28
Octal 304 140 10 0 63 140 27 34 134 50
Binary 11000100 1100000 1000 0 110011 1100000 10111 11100 1011100 101000

Color Harmonies of #C46008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46008

Black with #C46008

Text Example


Text Example

White with #C46008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46008; }

 p { color: rgb(196,96,8); }

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

background-color css

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

 a { background-color: rgb(196,96,8); }

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

border-color css

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

 span { border-color: rgb(196,96,8); }

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