Html Css Color HEX #C1550E Tenne (Tawny)

📋 copy color: '#C1550E'

red 193 ◦ green 85 ◦ blue 14

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

Shades of Tenne (Tawny) #C1550E

Tints of Tenne (Tawny) #C1550E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.11%

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

R = 66.1%
G = 29.11%
B = 4.79%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C1550E (or 0xC1550E) is known color: Tenne (Tawny). HEX triplet: C1, 55 and 0E. RGB value is (193,85,14). Sum of RGB (Red+Green+Blue) = 193+85+14=292 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.10% from 292); Green value is 85 (33.59% from 255 or 29.11% from 292); Blue value is 14 (5.86% from 255 or 4.79% from 292); Max value from RGB is 193 - color contains mainly: red. Hex color #C1550E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C1550E is #3EAAF1. Grayscale: #6D6D6D. Windows color (decimal): -4106994 or 939457. OLE color: 939457.

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

Color convert

RGB 193 85 14 -
CMYK 0 0.56 0.93 0.24
HSL 23.8º 0.86% 0.41% -
HSV(B) 23.8º 0.93% 0.76% -
XYZ 25.32 17.87 2.53 -
YUV 109.2 74.28 187.77 -
System Red Green Blue C M Y K H S L
Decimal 193 85 14 0 0.56 0.93 0.24 23.8 0.86 0.41
Hex C1 55 E 0 38 5D 18 18 56 29
Octal 301 125 16 0 70 135 30 30 126 51
Binary 11000001 1010101 1110 0 111000 1011101 11000 11000 1010110 101001

Color Harmonies of #C1550E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1550E

Black with #C1550E

Text Example


Text Example

White with #C1550E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1550E; }

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

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

background-color css

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

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

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

border-color css

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

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

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