Html Css Color HEX #C16003 Tenne (Tawny)

📋 copy color: '#C16003'

red 193 ◦ green 96 ◦ blue 3

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

Shades of Tenne (Tawny) #C16003

Tints of Tenne (Tawny) #C16003

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.88%

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

R = 66.1%
G = 32.88%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C16003 (or 0xC16003) is known color: Tenne (Tawny). HEX triplet: C1, 60 and 03. RGB value is (193,96,3). Sum of RGB (Red+Green+Blue) = 193+96+3=292 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.10% from 292); Green value is 96 (37.89% from 255 or 32.88% from 292); Blue value is 3 (1.56% from 255 or 1.03% from 292); Max value from RGB is 193 - color contains mainly: red. Hex color #C16003 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16003 is #3E9FFC. Grayscale: #727272. Windows color (decimal): -4104189 or 221377. OLE color: 221377.

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

Color convert

RGB 193 96 3 -
CMYK 0 0.50 0.98 0.24
HSL 29.37º 0.97% 0.38% -
HSV(B) 29.37º 0.98% 0.76% -
XYZ 26.19 19.71 2.51 -
YUV 114.4 65.14 184.06 -
System Red Green Blue C M Y K H S L
Decimal 193 96 3 0 0.50 0.98 0.24 29.37 0.97 0.38
Hex C1 60 3 0 32 62 18 1D 61 26
Octal 301 140 3 0 62 142 30 35 141 46
Binary 11000001 1100000 11 0 110010 1100010 11000 11101 1100001 100110

Color Harmonies of #C16003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16003

Black with #C16003

Text Example


Text Example

White with #C16003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16003; }

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

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

background-color css

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

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

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

border-color css

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

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

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