Html Css Color HEX #C16502 Tenne (Tawny)

📋 copy color: '#C16502'

red 193 ◦ green 101 ◦ blue 2

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

Shades of Tenne (Tawny) #C16502

Tints of Tenne (Tawny) #C16502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.68%

R = 65.2%
G = 34.12%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C16502 (or 0xC16502) is known color: Tenne (Tawny). HEX triplet: C1, 65 and 02. RGB value is (193,101,2). Sum of RGB (Red+Green+Blue) = 193+101+2=296 (39% of max value = 765). Red value is 193 (75.78% from 255 or 65.20% from 296); Green value is 101 (39.84% from 255 or 34.12% from 296); Blue value is 2 (1.17% from 255 or 0.68% from 296); Max value from RGB is 193 - color contains mainly: red. Hex color #C16502 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16502 is #3E9AFD. Grayscale: #757575. Windows color (decimal): -4102910 or 157121. OLE color: 157121.

HSL color Cylindrical-coordinate representation of color #C16502: hue angle of 31.1º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C16502 is Cyan = 0, Magento = 0.48, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 101 2 -
CMYK 0 0.48 0.99 0.24
HSL 31.1º 0.98% 0.38% -
HSV(B) 31.1º 0.99% 0.76% -
XYZ 26.66 20.65 2.64 -
YUV 117.22 62.98 182.05 -
System Red Green Blue C M Y K H S L
Decimal 193 101 2 0 0.48 0.99 0.24 31.1 0.98 0.38
Hex C1 65 2 0 30 63 18 1F 62 26
Octal 301 145 2 0 60 143 30 37 142 46
Binary 11000001 1100101 10 0 110000 1100011 11000 11111 1100010 100110

Color Harmonies of #C16502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16502

Black with #C16502

Text Example


Text Example

White with #C16502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16502; }

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

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

background-color css

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

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

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

border-color css

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

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

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