Html Css Color HEX #C9550D Tenne (Tawny)

📋 copy color: '#C9550D'

red 201 ◦ green 85 ◦ blue 13

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

Shades of Tenne (Tawny) #C9550D

Tints of Tenne (Tawny) #C9550D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.43%

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

R = 67.22%
G = 28.43%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#C9550D (or 0xC9550D) is known color: Tenne (Tawny). HEX triplet: C9, 55 and 0D. RGB value is (201,85,13). Sum of RGB (Red+Green+Blue) = 201+85+13=299 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.22% from 299); Green value is 85 (33.59% from 255 or 28.43% from 299); Blue value is 13 (5.47% from 255 or 4.35% from 299); Max value from RGB is 201 - color contains mainly: red. Hex color #C9550D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C9550D is #36AAF2. Grayscale: #6F6F6F. Windows color (decimal): -3582707 or 873929. OLE color: 873929.

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

Color convert

RGB 201 85 13 -
CMYK 0 0.58 0.94 0.21
HSL 22.98º 0.88% 0.42% -
HSV(B) 22.98º 0.94% 0.79% -
XYZ 27.41 18.94 2.59 -
YUV 111.48 72.43 191.85 -
System Red Green Blue C M Y K H S L
Decimal 201 85 13 0 0.58 0.94 0.21 22.98 0.88 0.42
Hex C9 55 D 0 3A 5E 15 17 58 2A
Octal 311 125 15 0 72 136 25 27 130 52
Binary 11001001 1010101 1101 0 111010 1011110 10101 10111 1011000 101010

Color Harmonies of #C9550D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9550D

Black with #C9550D

Text Example


Text Example

White with #C9550D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9550D; }

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

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

background-color css

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

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

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

border-color css

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

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

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