Html Css Color HEX #C55616 Tenne (Tawny)

📋 copy color: '#C55616'

red 197 ◦ green 86 ◦ blue 22

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

Shades of Tenne (Tawny) #C55616

Tints of Tenne (Tawny) #C55616

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.2%

 BLUE value IS 22 (8.98% from 255) = 7.21%

R = 64.59%
G = 28.2%
B = 7.21%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C55616 (or 0xC55616) is known color: Tenne (Tawny). HEX triplet: C5, 56 and 16. RGB value is (197,86,22). Sum of RGB (Red+Green+Blue) = 197+86+22=305 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.59% from 305); Green value is 86 (33.98% from 255 or 28.20% from 305); Blue value is 22 (8.98% from 255 or 7.21% from 305); Max value from RGB is 197 - color contains mainly: red. Hex color #C55616 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55616 is #3AA9E9. Grayscale: #707070. Windows color (decimal): -3844586 or 1464005. OLE color: 1464005.

HSL color Cylindrical-coordinate representation of color #C55616: hue angle of 21.94º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C55616 is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 86 22 -
CMYK 0 0.56 0.89 0.23
HSL 21.94º 0.8% 0.43% -
HSV(B) 21.94º 0.89% 0.77% -
XYZ 26.5 18.58 2.95 -
YUV 111.89 77.27 188.7 -
System Red Green Blue C M Y K H S L
Decimal 197 86 22 0 0.56 0.89 0.23 21.94 0.8 0.43
Hex C5 56 16 0 38 59 17 16 50 2B
Octal 305 126 26 0 70 131 27 26 120 53
Binary 11000101 1010110 10110 0 111000 1011001 10111 10110 1010000 101011

Color Harmonies of #C55616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55616

Black with #C55616

Text Example


Text Example

White with #C55616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55616; }

 p { color: rgb(197,86,22); }

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

background-color css

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

 a { background-color: rgb(197,86,22); }

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

border-color css

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

 span { border-color: rgb(197,86,22); }

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