Html Css Color HEX #C9560F Tenne (Tawny)

📋 copy color: '#C9560F'

red 201 ◦ green 86 ◦ blue 15

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

Shades of Tenne (Tawny) #C9560F

Tints of Tenne (Tawny) #C9560F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.97%

R = 66.56%
G = 28.48%
B = 4.97%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#C9560F (or 0xC9560F) is known color: Tenne (Tawny). HEX triplet: C9, 56 and 0F. RGB value is (201,86,15). Sum of RGB (Red+Green+Blue) = 201+86+15=302 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.56% from 302); Green value is 86 (33.98% from 255 or 28.48% from 302); Blue value is 15 (6.25% from 255 or 4.97% from 302); Max value from RGB is 201 - color contains mainly: red. Hex color #C9560F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C9560F is #36A9F0. Grayscale: #707070. Windows color (decimal): -3582449 or 1005257. OLE color: 1005257.

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

Color convert

RGB 201 86 15 -
CMYK 0 0.57 0.93 0.21
HSL 22.9º 0.86% 0.42% -
HSV(B) 22.9º 0.93% 0.79% -
XYZ 27.5 19.11 2.69 -
YUV 112.29 73.1 191.27 -
System Red Green Blue C M Y K H S L
Decimal 201 86 15 0 0.57 0.93 0.21 22.9 0.86 0.42
Hex C9 56 F 0 39 5D 15 17 56 2A
Octal 311 126 17 0 71 135 25 27 126 52
Binary 11001001 1010110 1111 0 111001 1011101 10101 10111 1010110 101010

Color Harmonies of #C9560F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9560F

Black with #C9560F

Text Example


Text Example

White with #C9560F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9560F; }

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

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

background-color css

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

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

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

border-color css

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

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

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