Html Css Color HEX #C55201 Tenne (Tawny)

📋 copy color: '#C55201'

red 197 ◦ green 82 ◦ blue 1

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

Shades of Tenne (Tawny) #C55201

Tints of Tenne (Tawny) #C55201

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.29%

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

R = 70.36%
G = 29.29%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C55201 (or 0xC55201) is known color: Tenne (Tawny). HEX triplet: C5, 52 and 01. RGB value is (197,82,1). Sum of RGB (Red+Green+Blue) = 197+82+1=280 (37% of max value = 765). Red value is 197 (77.34% from 255 or 70.36% from 280); Green value is 82 (32.42% from 255 or 29.29% from 280); Blue value is 1 (0.78% from 255 or 0.36% from 280); Max value from RGB is 197 - color contains mainly: red. Hex color #C55201 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55201 is #3AADFE. Grayscale: #6B6B6B. Windows color (decimal): -3845631 or 86725. OLE color: 86725.

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

Color convert

RGB 197 82 1 -
CMYK 0 0.58 0.99 0.23
HSL 24.8º 0.99% 0.39% -
HSV(B) 24.8º 0.99% 0.77% -
XYZ 26.05 17.91 2.11 -
YUV 107.15 68.1 192.09 -
System Red Green Blue C M Y K H S L
Decimal 197 82 1 0 0.58 0.99 0.23 24.8 0.99 0.39
Hex C5 52 1 0 3A 63 17 19 63 27
Octal 305 122 1 0 72 143 27 31 143 47
Binary 11000101 1010010 1 0 111010 1100011 10111 11001 1100011 100111

Color Harmonies of #C55201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55201

Black with #C55201

Text Example


Text Example

White with #C55201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55201; }

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

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

background-color css

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

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

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

border-color css

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

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

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