Html Css Color HEX #C55A01 Tenne (Tawny)

📋 copy color: '#C55A01'

red 197 ◦ green 90 ◦ blue 1

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

Shades of Tenne (Tawny) #C55A01

Tints of Tenne (Tawny) #C55A01

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.25%

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

R = 68.4%
G = 31.25%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C55A01 (or 0xC55A01) is known color: Tenne (Tawny). HEX triplet: C5, 5A and 01. RGB value is (197,90,1). Sum of RGB (Red+Green+Blue) = 197+90+1=288 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.40% from 288); Green value is 90 (35.55% from 255 or 31.25% from 288); Blue value is 1 (0.78% from 255 or 0.35% from 288); Max value from RGB is 197 - color contains mainly: red. Hex color #C55A01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55A01 is #3AA5FE. Grayscale: #707070. Windows color (decimal): -3843583 or 88773. OLE color: 88773.

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

Color convert

RGB 197 90 1 -
CMYK 0 0.54 0.99 0.23
HSL 27.24º 0.99% 0.39% -
HSV(B) 27.24º 0.99% 0.77% -
XYZ 26.69 19.18 2.33 -
YUV 111.85 65.45 188.74 -
System Red Green Blue C M Y K H S L
Decimal 197 90 1 0 0.54 0.99 0.23 27.24 0.99 0.39
Hex C5 5A 1 0 36 63 17 1B 63 27
Octal 305 132 1 0 66 143 27 33 143 47
Binary 11000101 1011010 1 0 110110 1100011 10111 11011 1100011 100111

Color Harmonies of #C55A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55A01

Black with #C55A01

Text Example


Text Example

White with #C55A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55A01; }

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

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

background-color css

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

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

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

border-color css

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

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

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