Html Css Color HEX #C16503 Tenne (Tawny)

📋 copy color: '#C16503'

red 193 ◦ green 101 ◦ blue 3

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

Shades of Tenne (Tawny) #C16503

Tints of Tenne (Tawny) #C16503

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.01%

 BLUE value IS 3 (1.56% from 255) = 1.01%

R = 64.98%
G = 34.01%
B = 1.01%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C16503 (or 0xC16503) is known color: Tenne (Tawny). HEX triplet: C1, 65 and 03. RGB value is (193,101,3). Sum of RGB (Red+Green+Blue) = 193+101+3=297 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.98% from 297); Green value is 101 (39.84% from 255 or 34.01% from 297); Blue value is 3 (1.56% from 255 or 1.01% from 297); Max value from RGB is 193 - color contains mainly: red. Hex color #C16503 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16503 is #3E9AFC. Grayscale: #757575. Windows color (decimal): -4102909 or 222657. OLE color: 222657.

HSL color Cylindrical-coordinate representation of color #C16503: hue angle of 30.95º 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 #C16503 is Cyan = 0, Magento = 0.48, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 101 3 -
CMYK 0 0.48 0.98 0.24
HSL 30.95º 0.97% 0.38% -
HSV(B) 30.95º 0.98% 0.76% -
XYZ 26.66 20.65 2.67 -
YUV 117.34 63.48 181.97 -
System Red Green Blue C M Y K H S L
Decimal 193 101 3 0 0.48 0.98 0.24 30.95 0.97 0.38
Hex C1 65 3 0 30 62 18 1F 61 26
Octal 301 145 3 0 60 142 30 37 141 46
Binary 11000001 1100101 11 0 110000 1100010 11000 11111 1100001 100110

Color Harmonies of #C16503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16503

Black with #C16503

Text Example


Text Example

White with #C16503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16503; }

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

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

background-color css

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

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

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

border-color css

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

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

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