Html Css Color HEX #C46F01 Tenne (Tawny)

📋 copy color: '#C46F01'

red 196 ◦ green 111 ◦ blue 1

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

Shades of Tenne (Tawny) #C46F01

Tints of Tenne (Tawny) #C46F01

RGB

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

 GREEN value IS 111 (43.75% from 255) = 36.04%

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

R = 63.64%
G = 36.04%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C46F01 (or 0xC46F01) is known color: Tenne (Tawny). HEX triplet: C4, 6F and 01. RGB value is (196,111,1). Sum of RGB (Red+Green+Blue) = 196+111+1=308 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.64% from 308); Green value is 111 (43.75% from 255 or 36.04% from 308); Blue value is 1 (0.78% from 255 or 0.32% from 308); Max value from RGB is 196 - color contains mainly: red. Hex color #C46F01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46F01 is #3B90FE. Grayscale: #7C7C7C. Windows color (decimal): -3903743 or 94148. OLE color: 94148.

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

Color convert

RGB 196 111 1 -
CMYK 0 0.43 0.99 0.23
HSL 33.85º 0.99% 0.39% -
HSV(B) 33.85º 0.99% 0.77% -
XYZ 28.45 23.11 2.99 -
YUV 123.88 58.66 179.44 -
System Red Green Blue C M Y K H S L
Decimal 196 111 1 0 0.43 0.99 0.23 33.85 0.99 0.39
Hex C4 6F 1 0 2B 63 17 22 63 27
Octal 304 157 1 0 53 143 27 42 143 47
Binary 11000100 1101111 1 0 101011 1100011 10111 100010 1100011 100111

Color Harmonies of #C46F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46F01

Black with #C46F01

Text Example


Text Example

White with #C46F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46F01; }

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

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

background-color css

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

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

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

border-color css

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

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

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