Html Css Color HEX #C55900 Tenne (Tawny)

📋 copy color: '#C55900'

red 197 ◦ green 89 ◦ blue 0

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

Shades of Tenne (Tawny) #C55900

Tints of Tenne (Tawny) #C55900

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.12%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 68.88%
G = 31.12%
B = 0%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C55900 (or 0xC55900) is known color: Tenne (Tawny). HEX triplet: C5, 59 and 00. RGB value is (197,89,0). Sum of RGB (Red+Green+Blue) = 197+89+0=286 (37% of max value = 765). Red value is 197 (77.34% from 255 or 68.88% from 286); Green value is 89 (35.16% from 255 or 31.12% from 286); Blue value is 0 (0.39% from 255 or 0% from 286); Max value from RGB is 197 - color contains mainly: red. Hex color #C55900 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55900 is #3AA6FF. Grayscale: #6F6F6F. Windows color (decimal): -3843840 or 22981. OLE color: 22981.

HSL color Cylindrical-coordinate representation of color #C55900: hue angle of 27.11º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C55900 is Cyan = 0, Magento = 0.55, Yellow = 1 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 89 0 -
CMYK 0 0.55 1 0.23
HSL 27.11º 1% 0.39% -
HSV(B) 27.11º 1% 0.77% -
XYZ 26.6 19.02 2.27 -
YUV 111.15 65.28 189.24 -
System Red Green Blue C M Y K H S L
Decimal 197 89 0 0 0.55 1 0.23 27.11 1 0.39
Hex C5 59 0 0 37 64 17 1B 64 27
Octal 305 131 0 0 67 144 27 33 144 47
Binary 11000101 1011001 0 0 110111 1100100 10111 11011 1100100 100111

Color Harmonies of #C55900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55900

Black with #C55900

Text Example


Text Example

White with #C55900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55900; }

 p { color: rgb(197,89,0); }

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

background-color css

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

 a { background-color: rgb(197,89,0); }

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

border-color css

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

 span { border-color: rgb(197,89,0); }

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