Html Css Color HEX #C9560C Tenne (Tawny)

📋 copy color: '#C9560C'

red 201 ◦ green 86 ◦ blue 12

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

Shades of Tenne (Tawny) #C9560C

Tints of Tenne (Tawny) #C9560C

RGB

 RED value IS 201 (78.91% from 255) = 67.22%

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

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

R = 67.22%
G = 28.76%
B = 4.01%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#C9560C (or 0xC9560C) is known color: Tenne (Tawny). HEX triplet: C9, 56 and 0C. RGB value is (201,86,12). Sum of RGB (Red+Green+Blue) = 201+86+12=299 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.22% from 299); Green value is 86 (33.98% from 255 or 28.76% from 299); Blue value is 12 (5.08% from 255 or 4.01% from 299); Max value from RGB is 201 - color contains mainly: red. Hex color #C9560C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C9560C is #36A9F3. Grayscale: #707070. Windows color (decimal): -3582452 or 808649. OLE color: 808649.

HSL color Cylindrical-coordinate representation of color #C9560C: hue angle of 23.49º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C9560C is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 86 12 -
CMYK 0 0.57 0.94 0.21
HSL 23.49º 0.89% 0.42% -
HSV(B) 23.49º 0.94% 0.79% -
XYZ 27.48 19.1 2.59 -
YUV 111.95 71.6 191.52 -
System Red Green Blue C M Y K H S L
Decimal 201 86 12 0 0.57 0.94 0.21 23.49 0.89 0.42
Hex C9 56 C 0 39 5E 15 17 59 2A
Octal 311 126 14 0 71 136 25 27 131 52
Binary 11001001 1010110 1100 0 111001 1011110 10101 10111 1011001 101010

Color Harmonies of #C9560C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9560C

Black with #C9560C

Text Example


Text Example

White with #C9560C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9560C; }

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

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

background-color css

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

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

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

border-color css

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

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

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