Html Css Color HEX #C55500 Tenne (Tawny)

📋 copy color: '#C55500'

red 197 ◦ green 85 ◦ blue 0

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

Shades of Tenne (Tawny) #C55500

Tints of Tenne (Tawny) #C55500

RGB

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

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

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

R = 69.86%
G = 30.14%
B = 0%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C55500 (or 0xC55500) is known color: Tenne (Tawny). HEX triplet: C5, 55 and 00. RGB value is (197,85,0). Sum of RGB (Red+Green+Blue) = 197+85+0=282 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.86% from 282); Green value is 85 (33.59% from 255 or 30.14% from 282); Blue value is 0 (0.39% from 255 or 0% from 282); Max value from RGB is 197 - color contains mainly: red. Hex color #C55500 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55500 is #3AAAFF. Grayscale: #6D6D6D. Windows color (decimal): -3844864 or 21957. OLE color: 21957.

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

Color convert

RGB 197 85 0 -
CMYK 0 0.57 1 0.23
HSL 25.89º 1% 0.39% -
HSV(B) 25.89º 1% 0.77% -
XYZ 26.27 18.37 2.16 -
YUV 108.8 66.61 190.91 -
System Red Green Blue C M Y K H S L
Decimal 197 85 0 0 0.57 1 0.23 25.89 1 0.39
Hex C5 55 0 0 39 64 17 1A 64 27
Octal 305 125 0 0 71 144 27 32 144 47
Binary 11000101 1010101 0 0 111001 1100100 10111 11010 1100100 100111

Color Harmonies of #C55500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55500

Black with #C55500

Text Example


Text Example

White with #C55500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55500; }

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

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

background-color css

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

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

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

border-color css

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

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

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