Html Css Color HEX #C5560C Tenne (Tawny)

📋 copy color: '#C5560C'

red 197 ◦ green 86 ◦ blue 12

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

Shades of Tenne (Tawny) #C5560C

Tints of Tenne (Tawny) #C5560C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.07%

R = 66.78%
G = 29.15%
B = 4.07%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C5560C (or 0xC5560C) is known color: Tenne (Tawny). HEX triplet: C5, 56 and 0C. RGB value is (197,86,12). Sum of RGB (Red+Green+Blue) = 197+86+12=295 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.78% from 295); Green value is 86 (33.98% from 255 or 29.15% from 295); Blue value is 12 (5.08% from 255 or 4.07% from 295); Max value from RGB is 197 - color contains mainly: red. Hex color #C5560C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C5560C is #3AA9F3. Grayscale: #6F6F6F. Windows color (decimal): -3844596 or 808645. OLE color: 808645.

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

Color convert

RGB 197 86 12 -
CMYK 0 0.56 0.94 0.23
HSL 24º 0.89% 0.41% -
HSV(B) 24º 0.94% 0.77% -
XYZ 26.42 18.55 2.54 -
YUV 110.75 72.27 189.52 -
System Red Green Blue C M Y K H S L
Decimal 197 86 12 0 0.56 0.94 0.23 24 0.89 0.41
Hex C5 56 C 0 38 5E 17 18 59 29
Octal 305 126 14 0 70 136 27 30 131 51
Binary 11000101 1010110 1100 0 111000 1011110 10111 11000 1011001 101001

Color Harmonies of #C5560C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5560C

Black with #C5560C

Text Example


Text Example

White with #C5560C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5560C; }

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

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

background-color css

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

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

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

border-color css

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

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

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