Html Css Color HEX #C1630E Tenne (Tawny)

📋 copy color: '#C1630E'

red 193 ◦ green 99 ◦ blue 14

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

Shades of Tenne (Tawny) #C1630E

Tints of Tenne (Tawny) #C1630E

RGB

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

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

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

R = 63.07%
G = 32.35%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C1630E (or 0xC1630E) is known color: Tenne (Tawny). HEX triplet: C1, 63 and 0E. RGB value is (193,99,14). Sum of RGB (Red+Green+Blue) = 193+99+14=306 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.07% from 306); Green value is 99 (39.06% from 255 or 32.35% from 306); Blue value is 14 (5.86% from 255 or 4.58% from 306); Max value from RGB is 193 - color contains mainly: red. Hex color #C1630E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C1630E is #3E9CF1. Grayscale: #757575. Windows color (decimal): -4103410 or 943041. OLE color: 943041.

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

Color convert

RGB 193 99 14 -
CMYK 0 0.49 0.93 0.24
HSL 28.49º 0.86% 0.41% -
HSV(B) 28.49º 0.93% 0.76% -
XYZ 26.53 20.29 2.93 -
YUV 117.42 69.64 181.91 -
System Red Green Blue C M Y K H S L
Decimal 193 99 14 0 0.49 0.93 0.24 28.49 0.86 0.41
Hex C1 63 E 0 31 5D 18 1C 56 29
Octal 301 143 16 0 61 135 30 34 126 51
Binary 11000001 1100011 1110 0 110001 1011101 11000 11100 1010110 101001

Color Harmonies of #C1630E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1630E

Black with #C1630E

Text Example


Text Example

White with #C1630E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1630E; }

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

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

background-color css

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

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

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

border-color css

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

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

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