Html Css Color HEX #C55C11 Tenne (Tawny)

📋 copy color: '#C55C11'

red 197 ◦ green 92 ◦ blue 17

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

Shades of Tenne (Tawny) #C55C11

Tints of Tenne (Tawny) #C55C11

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.07%

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

R = 64.38%
G = 30.07%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C55C11 (or 0xC55C11) is known color: Tenne (Tawny). HEX triplet: C5, 5C and 11. RGB value is (197,92,17). Sum of RGB (Red+Green+Blue) = 197+92+17=306 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.38% from 306); Green value is 92 (36.33% from 255 or 30.07% from 306); Blue value is 17 (7.03% from 255 or 5.56% from 306); Max value from RGB is 197 - color contains mainly: red. Hex color #C55C11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55C11 is #3AA3EE. Grayscale: #737373. Windows color (decimal): -3843055 or 1137861. OLE color: 1137861.

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

Color convert

RGB 197 92 17 -
CMYK 0 0.53 0.91 0.23
HSL 25º 0.84% 0.42% -
HSV(B) 25º 0.91% 0.77% -
XYZ 26.95 19.57 2.89 -
YUV 114.85 72.79 186.6 -
System Red Green Blue C M Y K H S L
Decimal 197 92 17 0 0.53 0.91 0.23 25 0.84 0.42
Hex C5 5C 11 0 35 5B 17 19 54 2A
Octal 305 134 21 0 65 133 27 31 124 52
Binary 11000101 1011100 10001 0 110101 1011011 10111 11001 1010100 101010

Color Harmonies of #C55C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55C11

Black with #C55C11

Text Example


Text Example

White with #C55C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55C11; }

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

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

background-color css

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

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

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

border-color css

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

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

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