Html Css Color HEX #C16B00 Tenne (Tawny)

📋 copy color: '#C16B00'

red 193 ◦ green 107 ◦ blue 0

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

Shades of Tenne (Tawny) #C16B00

Tints of Tenne (Tawny) #C16B00

RGB

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

 GREEN value IS 107 (42.19% from 255) = 35.67%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 64.33%
G = 35.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C16B00 (or 0xC16B00) is known color: Tenne (Tawny). HEX triplet: C1, 6B and 00. RGB value is (193,107,0). Sum of RGB (Red+Green+Blue) = 193+107+0=300 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.33% from 300); Green value is 107 (42.19% from 255 or 35.67% from 300); Blue value is 0 (0.39% from 255 or 0% from 300); Max value from RGB is 193 - color contains mainly: red. Hex color #C16B00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16B00 is #3E94FF. Grayscale: #797979. Windows color (decimal): -4101376 or 27585. OLE color: 27585.

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

Color convert

RGB 193 107 0 -
CMYK 0 0.45 1 0.24
HSL 33.26º 1% 0.38% -
HSV(B) 33.26º 1% 0.76% -
XYZ 27.25 21.85 2.78 -
YUV 120.52 59.99 179.7 -
System Red Green Blue C M Y K H S L
Decimal 193 107 0 0 0.45 1 0.24 33.26 1 0.38
Hex C1 6B 0 0 2D 64 18 21 64 26
Octal 301 153 0 0 55 144 30 41 144 46
Binary 11000001 1101011 0 0 101101 1100100 11000 100001 1100100 100110

Color Harmonies of #C16B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16B00

Black with #C16B00

Text Example


Text Example

White with #C16B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16B00; }

 p { color: rgb(193,107,0); }

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

background-color css

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

 a { background-color: rgb(193,107,0); }

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

border-color css

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

 span { border-color: rgb(193,107,0); }

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