Html Css Color HEX #C16203 Tenne (Tawny)

📋 copy color: '#C16203'

red 193 ◦ green 98 ◦ blue 3

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

Shades of Tenne (Tawny) #C16203

Tints of Tenne (Tawny) #C16203

RGB

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

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

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

R = 65.65%
G = 33.33%
B = 1.02%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C16203 (or 0xC16203) is known color: Tenne (Tawny). HEX triplet: C1, 62 and 03. RGB value is (193,98,3). Sum of RGB (Red+Green+Blue) = 193+98+3=294 (38% of max value = 765). Red value is 193 (75.78% from 255 or 65.65% from 294); Green value is 98 (38.67% from 255 or 33.33% from 294); Blue value is 3 (1.56% from 255 or 1.02% from 294); Max value from RGB is 193 - color contains mainly: red. Hex color #C16203 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16203 is #3E9DFC. Grayscale: #747474. Windows color (decimal): -4103677 or 221889. OLE color: 221889.

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

Color convert

RGB 193 98 3 -
CMYK 0 0.49 0.98 0.24
HSL 30º 0.97% 0.38% -
HSV(B) 30º 0.98% 0.76% -
XYZ 26.38 20.08 2.57 -
YUV 115.58 64.47 183.22 -
System Red Green Blue C M Y K H S L
Decimal 193 98 3 0 0.49 0.98 0.24 30 0.97 0.38
Hex C1 62 3 0 31 62 18 1E 61 26
Octal 301 142 3 0 61 142 30 36 141 46
Binary 11000001 1100010 11 0 110001 1100010 11000 11110 1100001 100110

Color Harmonies of #C16203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16203

Black with #C16203

Text Example


Text Example

White with #C16203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16203; }

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

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

background-color css

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

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

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

border-color css

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

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

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