Html Css Color HEX #C46201 Tenne (Tawny)

📋 copy color: '#C46201'

red 196 ◦ green 98 ◦ blue 1

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

Shades of Tenne (Tawny) #C46201

Tints of Tenne (Tawny) #C46201

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33.22%

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

R = 66.44%
G = 33.22%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C46201 (or 0xC46201) is known color: Tenne (Tawny). HEX triplet: C4, 62 and 01. RGB value is (196,98,1). Sum of RGB (Red+Green+Blue) = 196+98+1=295 (39% of max value = 765). Red value is 196 (76.95% from 255 or 66.44% from 295); Green value is 98 (38.67% from 255 or 33.22% from 295); Blue value is 1 (0.78% from 255 or 0.34% from 295); Max value from RGB is 196 - color contains mainly: red. Hex color #C46201 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46201 is #3B9DFE. Grayscale: #747474. Windows color (decimal): -3907071 or 90820. OLE color: 90820.

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

Color convert

RGB 196 98 1 -
CMYK 0 0.5 0.99 0.23
HSL 29.85º 0.99% 0.39% -
HSV(B) 29.85º 0.99% 0.77% -
XYZ 27.14 20.47 2.55 -
YUV 116.24 62.97 184.89 -
System Red Green Blue C M Y K H S L
Decimal 196 98 1 0 0.5 0.99 0.23 29.85 0.99 0.39
Hex C4 62 1 0 32 63 17 1E 63 27
Octal 304 142 1 0 62 143 27 36 143 47
Binary 11000100 1100010 1 0 110010 1100011 10111 11110 1100011 100111

Color Harmonies of #C46201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46201

Black with #C46201

Text Example


Text Example

White with #C46201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46201; }

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

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

background-color css

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

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

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

border-color css

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

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

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