Html Css Color HEX #C1650E Tenne (Tawny)

📋 copy color: '#C1650E'

red 193 ◦ green 101 ◦ blue 14

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

Shades of Tenne (Tawny) #C1650E

Tints of Tenne (Tawny) #C1650E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.55%

R = 62.66%
G = 32.79%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C1650E (or 0xC1650E) is known color: Tenne (Tawny). HEX triplet: C1, 65 and 0E. RGB value is (193,101,14). Sum of RGB (Red+Green+Blue) = 193+101+14=308 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.66% from 308); Green value is 101 (39.84% from 255 or 32.79% from 308); Blue value is 14 (5.86% from 255 or 4.55% from 308); Max value from RGB is 193 - color contains mainly: red. Hex color #C1650E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C1650E is #3E9AF1. Grayscale: #777777. Windows color (decimal): -4102898 or 943553. OLE color: 943553.

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

Color convert

RGB 193 101 14 -
CMYK 0 0.48 0.93 0.24
HSL 29.16º 0.86% 0.41% -
HSV(B) 29.16º 0.93% 0.76% -
XYZ 26.73 20.68 3 -
YUV 118.59 68.98 181.07 -
System Red Green Blue C M Y K H S L
Decimal 193 101 14 0 0.48 0.93 0.24 29.16 0.86 0.41
Hex C1 65 E 0 30 5D 18 1D 56 29
Octal 301 145 16 0 60 135 30 35 126 51
Binary 11000001 1100101 1110 0 110000 1011101 11000 11101 1010110 101001

Color Harmonies of #C1650E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1650E

Black with #C1650E

Text Example


Text Example

White with #C1650E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1650E; }

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

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

background-color css

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

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

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

border-color css

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

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

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