Html Css Color HEX #C16605 Tenne (Tawny)

📋 copy color: '#C16605'

red 193 ◦ green 102 ◦ blue 5

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

Shades of Tenne (Tawny) #C16605

Tints of Tenne (Tawny) #C16605

RGB

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

 GREEN value IS 102 (40.23% from 255) = 34%

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

R = 64.33%
G = 34%
B = 1.67%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C16605 (or 0xC16605) is known color: Tenne (Tawny). HEX triplet: C1, 66 and 05. RGB value is (193,102,5). Sum of RGB (Red+Green+Blue) = 193+102+5=300 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.33% from 300); Green value is 102 (40.23% from 255 or 34% from 300); Blue value is 5 (2.34% from 255 or 1.67% from 300); Max value from RGB is 193 - color contains mainly: red. Hex color #C16605 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16605 is #3E99FA. Grayscale: #767676. Windows color (decimal): -4102651 or 353985. OLE color: 353985.

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

Color convert

RGB 193 102 5 -
CMYK 0 0.47 0.97 0.24
HSL 30.96º 0.95% 0.39% -
HSV(B) 30.96º 0.97% 0.76% -
XYZ 26.77 20.85 2.76 -
YUV 118.15 64.15 181.39 -
System Red Green Blue C M Y K H S L
Decimal 193 102 5 0 0.47 0.97 0.24 30.96 0.95 0.39
Hex C1 66 5 0 2F 61 18 1F 5F 27
Octal 301 146 5 0 57 141 30 37 137 47
Binary 11000001 1100110 101 0 101111 1100001 11000 11111 1011111 100111

Color Harmonies of #C16605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16605

Black with #C16605

Text Example


Text Example

White with #C16605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16605; }

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

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

background-color css

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

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

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

border-color css

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

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

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