Html Css Color HEX #C55200 Tenne (Tawny)

📋 copy color: '#C55200'

red 197 ◦ green 82 ◦ blue 0

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

Shades of Tenne (Tawny) #C55200

Tints of Tenne (Tawny) #C55200

RGB

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

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

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

R = 70.61%
G = 29.39%
B = 0%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C55200 (or 0xC55200) is known color: Tenne (Tawny). HEX triplet: C5, 52 and 00. RGB value is (197,82,0). Sum of RGB (Red+Green+Blue) = 197+82+0=279 (36% of max value = 765). Red value is 197 (77.34% from 255 or 70.61% from 279); Green value is 82 (32.42% from 255 or 29.39% from 279); Blue value is 0 (0.39% from 255 or 0% from 279); Max value from RGB is 197 - color contains mainly: red. Hex color #C55200 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55200 is #3AADFF. Grayscale: #6B6B6B. Windows color (decimal): -3845632 or 21189. OLE color: 21189.

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

Color convert

RGB 197 82 0 -
CMYK 0 0.58 1 0.23
HSL 24.97º 1% 0.39% -
HSV(B) 24.97º 1% 0.77% -
XYZ 26.04 17.9 2.08 -
YUV 107.04 67.6 192.17 -
System Red Green Blue C M Y K H S L
Decimal 197 82 0 0 0.58 1 0.23 24.97 1 0.39
Hex C5 52 0 0 3A 64 17 19 64 27
Octal 305 122 0 0 72 144 27 31 144 47
Binary 11000101 1010010 0 0 111010 1100100 10111 11001 1100100 100111

Color Harmonies of #C55200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55200

Black with #C55200

Text Example


Text Example

White with #C55200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55200; }

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

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

background-color css

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

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

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

border-color css

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

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

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