Html Css Color HEX #C55801 Tenne (Tawny)

📋 copy color: '#C55801'

red 197 ◦ green 88 ◦ blue 1

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

Shades of Tenne (Tawny) #C55801

Tints of Tenne (Tawny) #C55801

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.77%

 BLUE value IS 1 (0.78% from 255) = 0.35%

R = 68.88%
G = 30.77%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C55801 (or 0xC55801) is known color: Tenne (Tawny). HEX triplet: C5, 58 and 01. RGB value is (197,88,1). Sum of RGB (Red+Green+Blue) = 197+88+1=286 (37% of max value = 765). Red value is 197 (77.34% from 255 or 68.88% from 286); Green value is 88 (34.77% from 255 or 30.77% from 286); Blue value is 1 (0.78% from 255 or 0.35% from 286); Max value from RGB is 197 - color contains mainly: red. Hex color #C55801 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55801 is #3AA7FE. Grayscale: #6F6F6F. Windows color (decimal): -3844095 or 88261. OLE color: 88261.

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

Color convert

RGB 197 88 1 -
CMYK 0 0.55 0.99 0.23
HSL 26.63º 0.99% 0.39% -
HSV(B) 26.63º 0.99% 0.77% -
XYZ 26.52 18.85 2.27 -
YUV 110.67 66.11 189.57 -
System Red Green Blue C M Y K H S L
Decimal 197 88 1 0 0.55 0.99 0.23 26.63 0.99 0.39
Hex C5 58 1 0 37 63 17 1B 63 27
Octal 305 130 1 0 67 143 27 33 143 47
Binary 11000101 1011000 1 0 110111 1100011 10111 11011 1100011 100111

Color Harmonies of #C55801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55801

Black with #C55801

Text Example


Text Example

White with #C55801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55801; }

 p { color: rgb(197,88,1); }

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

background-color css

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

 a { background-color: rgb(197,88,1); }

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

border-color css

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

 span { border-color: rgb(197,88,1); }

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