Html Css Color HEX #C16200 Tenne (Tawny)

📋 copy color: '#C16200'

red 193 ◦ green 98 ◦ blue 0

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

Shades of Tenne (Tawny) #C16200

Tints of Tenne (Tawny) #C16200

RGB

 RED value IS 193 (75.78% from 255) = 66.32%

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

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

R = 66.32%
G = 33.68%
B = 0%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C16200 (or 0xC16200) is known color: Tenne (Tawny). HEX triplet: C1, 62 and 00. RGB value is (193,98,0). Sum of RGB (Red+Green+Blue) = 193+98+0=291 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.32% from 291); Green value is 98 (38.67% from 255 or 33.68% from 291); Blue value is 0 (0.39% from 255 or 0% from 291); Max value from RGB is 193 - color contains mainly: red. Hex color #C16200 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16200 is #3E9DFF. Grayscale: #737373. Windows color (decimal): -4103680 or 25281. OLE color: 25281.

HSL color Cylindrical-coordinate representation of color #C16200: hue angle of 30.47º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C16200 is Cyan = 0, Magento = 0.49, Yellow = 1 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 98 0 -
CMYK 0 0.49 1 0.24
HSL 30.47º 1% 0.38% -
HSV(B) 30.47º 1% 0.76% -
XYZ 26.36 20.07 2.49 -
YUV 115.23 62.97 183.47 -
System Red Green Blue C M Y K H S L
Decimal 193 98 0 0 0.49 1 0.24 30.47 1 0.38
Hex C1 62 0 0 31 64 18 1E 64 26
Octal 301 142 0 0 61 144 30 36 144 46
Binary 11000001 1100010 0 0 110001 1100100 11000 11110 1100100 100110

Color Harmonies of #C16200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16200

Black with #C16200

Text Example


Text Example

White with #C16200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16200; }

 p { color: rgb(193,98,0); }

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

background-color css

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

 a { background-color: rgb(193,98,0); }

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

border-color css

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

 span { border-color: rgb(193,98,0); }

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