Html Css Color HEX #C55E11 Tenne (Tawny)

📋 copy color: '#C55E11'

red 197 ◦ green 94 ◦ blue 17

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

Shades of Tenne (Tawny) #C55E11

Tints of Tenne (Tawny) #C55E11

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.52%

 BLUE value IS 17 (7.03% from 255) = 5.52%

R = 63.96%
G = 30.52%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C55E11 (or 0xC55E11) is known color: Tenne (Tawny). HEX triplet: C5, 5E and 11. RGB value is (197,94,17). Sum of RGB (Red+Green+Blue) = 197+94+17=308 (40% of max value = 765). Red value is 197 (77.34% from 255 or 63.96% from 308); Green value is 94 (37.11% from 255 or 30.52% from 308); Blue value is 17 (7.03% from 255 or 5.52% from 308); Max value from RGB is 197 - color contains mainly: red. Hex color #C55E11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55E11 is #3AA1EE. Grayscale: #747474. Windows color (decimal): -3842543 or 1138373. OLE color: 1138373.

HSL color Cylindrical-coordinate representation of color #C55E11: hue angle of 25.67º degrees, saturation: 0.84, 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 #C55E11 is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 94 17 -
CMYK 0 0.52 0.91 0.23
HSL 25.67º 0.84% 0.42% -
HSV(B) 25.67º 0.91% 0.77% -
XYZ 27.13 19.92 2.94 -
YUV 116.02 72.12 185.76 -
System Red Green Blue C M Y K H S L
Decimal 197 94 17 0 0.52 0.91 0.23 25.67 0.84 0.42
Hex C5 5E 11 0 34 5B 17 1A 54 2A
Octal 305 136 21 0 64 133 27 32 124 52
Binary 11000101 1011110 10001 0 110100 1011011 10111 11010 1010100 101010

Color Harmonies of #C55E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55E11

Black with #C55E11

Text Example


Text Example

White with #C55E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55E11; }

 p { color: rgb(197,94,17); }

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

background-color css

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

 a { background-color: rgb(197,94,17); }

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

border-color css

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

 span { border-color: rgb(197,94,17); }

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