Html Css Color HEX #C55000 Tenne (Tawny)

📋 copy color: '#C55000'

red 197 ◦ green 80 ◦ blue 0

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

Shades of Tenne (Tawny) #C55000

Tints of Tenne (Tawny) #C55000

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.88%

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

R = 71.12%
G = 28.88%
B = 0%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C55000 (or 0xC55000) is known color: Tenne (Tawny). HEX triplet: C5, 50 and 00. RGB value is (197,80,0). Sum of RGB (Red+Green+Blue) = 197+80+0=277 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.12% from 277); Green value is 80 (31.64% from 255 or 28.88% from 277); Blue value is 0 (0.39% from 255 or 0% from 277); Max value from RGB is 197 - color contains mainly: red. Hex color #C55000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55000 is #3AAFFF. Grayscale: #6A6A6A. Windows color (decimal): -3846144 or 20677. OLE color: 20677.

HSL color Cylindrical-coordinate representation of color #C55000: hue angle of 24.37º 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 #C55000 is Cyan = 0, Magento = 0.59, Yellow = 1 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 80 0 -
CMYK 0 0.59 1 0.23
HSL 24.37º 1% 0.39% -
HSV(B) 24.37º 1% 0.77% -
XYZ 25.89 17.61 2.03 -
YUV 105.86 68.26 193 -
System Red Green Blue C M Y K H S L
Decimal 197 80 0 0 0.59 1 0.23 24.37 1 0.39
Hex C5 50 0 0 3B 64 17 18 64 27
Octal 305 120 0 0 73 144 27 30 144 47
Binary 11000101 1010000 0 0 111011 1100100 10111 11000 1100100 100111

Color Harmonies of #C55000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55000

Black with #C55000

Text Example


Text Example

White with #C55000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55000; }

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

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

background-color css

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

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

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

border-color css

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

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

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