#C16D03

Color #C16D03 Tenne (Tawny) (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tenne (Tawny) #C16D03

Tints of Tenne (Tawny) #C16D03

Color information

#C16D03 (or 0xC16D03) is unknown color: approx Tenne (Tawny). HEX triplet: C1, 6D and 03. RGB value is (193,109,3). Sum of RGB (Red+Green+Blue) = 193+109+3=305 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.28% from 305); Green value is 109 (42.97% from 255 or 35.74% from 305); Blue value is 3 (1.56% from 255 or 0.98% from 305); Max value from RGB is 193 - color contains mainly: red. Hex color #C16D03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16D03 is #3E92FC. Grayscale: #7A7A7A. Windows color (decimal): -4100861 or 224705. OLE color: 224705.

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

Color convert

RGB1931093-
CMYK00.440.980.24
HSL33.47º96.94%38.43%-
HSV(B)33.47º98.45%75.69%-
XYZ27.4822.282.94-
YUV122.0360.83178.62-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 63.28%
GREEN value IS 109 (42.97% from 255) = 35.74%
BLUE value IS 3 (1.56% from 255) = 0.98%
R=63.28%
G=35.74%
B=0.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.98
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193109300.440.980.2433.4796.9438.43
HexC16D302C6218216126
Octal3011553054142304114146
Binary1100000111011011101011001100010110001000011100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16D03; }

 p { color: rgb(193,109,3); }

 H1.HeaderClassName
 {
   color: #C16D03;
 }
 .AnyTagClassName
 {
   color: #C16D03;
 }
</style>
background-color css

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

 a { background-color: rgb(193,109,3); }

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

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

 span { border-color: rgb(193,109,3); }

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