Html Css Color HEX #C9560D Tenne (Tawny)

📋 copy color: '#C9560D'

red 201 ◦ green 86 ◦ blue 13

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

Shades of Tenne (Tawny) #C9560D

Tints of Tenne (Tawny) #C9560D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.33%

R = 67%
G = 28.67%
B = 4.33%

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

#C9560D (or 0xC9560D) is known color: Tenne (Tawny). HEX triplet: C9, 56 and 0D. RGB value is (201,86,13). Sum of RGB (Red+Green+Blue) = 201+86+13=300 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67% from 300); Green value is 86 (33.98% from 255 or 28.67% from 300); Blue value is 13 (5.47% from 255 or 4.33% from 300); Max value from RGB is 201 - color contains mainly: red. Hex color #C9560D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C9560D is #36A9F2. Grayscale: #707070. Windows color (decimal): -3582451 or 874185. OLE color: 874185.

HSL color Cylindrical-coordinate representation of color #C9560D: hue angle of 23.3º degrees, saturation: 0.88, 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 #C9560D is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 86 13 -
CMYK 0 0.57 0.94 0.21
HSL 23.3º 0.88% 0.42% -
HSV(B) 23.3º 0.94% 0.79% -
XYZ 27.49 19.1 2.62 -
YUV 112.06 72.1 191.44 -
System Red Green Blue C M Y K H S L
Decimal 201 86 13 0 0.57 0.94 0.21 23.3 0.88 0.42
Hex C9 56 D 0 39 5E 15 17 58 2A
Octal 311 126 15 0 71 136 25 27 130 52
Binary 11001001 1010110 1101 0 111001 1011110 10101 10111 1011000 101010

Color Harmonies of #C9560D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9560D

Black with #C9560D

Text Example


Text Example

White with #C9560D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9560D; }

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

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

background-color css

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

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

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

border-color css

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

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

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