Html Css Color HEX #C16305 Tenne (Tawny)

📋 copy color: '#C16305'

red 193 ◦ green 99 ◦ blue 5

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

Shades of Tenne (Tawny) #C16305

Tints of Tenne (Tawny) #C16305

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.33%

 BLUE value IS 5 (2.34% from 255) = 1.68%

R = 64.98%
G = 33.33%
B = 1.68%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C16305 (or 0xC16305) is known color: Tenne (Tawny). HEX triplet: C1, 63 and 05. RGB value is (193,99,5). Sum of RGB (Red+Green+Blue) = 193+99+5=297 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.98% from 297); Green value is 99 (39.06% from 255 or 33.33% from 297); Blue value is 5 (2.34% from 255 or 1.68% from 297); Max value from RGB is 193 - color contains mainly: red. Hex color #C16305 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16305 is #3E9CFA. Grayscale: #747474. Windows color (decimal): -4103419 or 353217. OLE color: 353217.

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

Color convert

RGB 193 99 5 -
CMYK 0 0.49 0.97 0.24
HSL 30º 0.95% 0.39% -
HSV(B) 30º 0.97% 0.76% -
XYZ 26.48 20.27 2.66 -
YUV 116.39 65.14 182.64 -
System Red Green Blue C M Y K H S L
Decimal 193 99 5 0 0.49 0.97 0.24 30 0.95 0.39
Hex C1 63 5 0 31 61 18 1E 5F 27
Octal 301 143 5 0 61 141 30 36 137 47
Binary 11000001 1100011 101 0 110001 1100001 11000 11110 1011111 100111

Color Harmonies of #C16305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16305

Black with #C16305

Text Example


Text Example

White with #C16305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16305; }

 p { color: rgb(193,99,5); }

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

background-color css

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

 a { background-color: rgb(193,99,5); }

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

border-color css

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

 span { border-color: rgb(193,99,5); }

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