Html Css Color HEX #C46C01 Tenne (Tawny)

📋 copy color: '#C46C01'

red 196 ◦ green 108 ◦ blue 1

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

Shades of Tenne (Tawny) #C46C01

Tints of Tenne (Tawny) #C46C01

RGB

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

 GREEN value IS 108 (42.58% from 255) = 35.41%

 BLUE value IS 1 (0.78% from 255) = 0.33%

R = 64.26%
G = 35.41%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C46C01 (or 0xC46C01) is known color: Tenne (Tawny). HEX triplet: C4, 6C and 01. RGB value is (196,108,1). Sum of RGB (Red+Green+Blue) = 196+108+1=305 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.26% from 305); Green value is 108 (42.58% from 255 or 35.41% from 305); Blue value is 1 (0.78% from 255 or 0.33% from 305); Max value from RGB is 196 - color contains mainly: red. Hex color #C46C01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46C01 is #3B93FE. Grayscale: #7A7A7A. Windows color (decimal): -3904511 or 93380. OLE color: 93380.

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

Color convert

RGB 196 108 1 -
CMYK 0 0.45 0.99 0.23
HSL 32.92º 0.99% 0.39% -
HSV(B) 32.92º 0.99% 0.77% -
XYZ 28.13 22.46 2.88 -
YUV 122.11 59.65 180.7 -
System Red Green Blue C M Y K H S L
Decimal 196 108 1 0 0.45 0.99 0.23 32.92 0.99 0.39
Hex C4 6C 1 0 2D 63 17 21 63 27
Octal 304 154 1 0 55 143 27 41 143 47
Binary 11000100 1101100 1 0 101101 1100011 10111 100001 1100011 100111

Color Harmonies of #C46C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46C01

Black with #C46C01

Text Example


Text Example

White with #C46C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46C01; }

 p { color: rgb(196,108,1); }

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

background-color css

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

 a { background-color: rgb(196,108,1); }

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

border-color css

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

 span { border-color: rgb(196,108,1); }

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