Html Css Color HEX #C55112 Tenne (Tawny)

📋 copy color: '#C55112'

red 197 ◦ green 81 ◦ blue 18

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

Shades of Tenne (Tawny) #C55112

Tints of Tenne (Tawny) #C55112

RGB

 RED value IS 197 (77.34% from 255) = 66.55%

 GREEN value IS 81 (32.03% from 255) = 27.36%

 BLUE value IS 18 (7.42% from 255) = 6.08%

R = 66.55%
G = 27.36%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C55112 (or 0xC55112) is known color: Tenne (Tawny). HEX triplet: C5, 51 and 12. RGB value is (197,81,18). Sum of RGB (Red+Green+Blue) = 197+81+18=296 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.55% from 296); Green value is 81 (32.03% from 255 or 27.36% from 296); Blue value is 18 (7.42% from 255 or 6.08% from 296); Max value from RGB is 197 - color contains mainly: red. Hex color #C55112 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55112 is #3AAEED. Grayscale: #6C6C6C. Windows color (decimal): -3845870 or 1200581. OLE color: 1200581.

HSL color Cylindrical-coordinate representation of color #C55112: hue angle of 21.12º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C55112 is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 81 18 -
CMYK 0 0.59 0.91 0.23
HSL 21.12º 0.83% 0.42% -
HSV(B) 21.12º 0.91% 0.77% -
XYZ 26.08 17.8 2.63 -
YUV 108.5 76.93 191.12 -
System Red Green Blue C M Y K H S L
Decimal 197 81 18 0 0.59 0.91 0.23 21.12 0.83 0.42
Hex C5 51 12 0 3B 5B 17 15 53 2A
Octal 305 121 22 0 73 133 27 25 123 52
Binary 11000101 1010001 10010 0 111011 1011011 10111 10101 1010011 101010

Color Harmonies of #C55112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55112

Black with #C55112

Text Example


Text Example

White with #C55112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55112; }

 p { color: rgb(197,81,18); }

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

background-color css

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

 a { background-color: rgb(197,81,18); }

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

border-color css

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

 span { border-color: rgb(197,81,18); }

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