Html Css Color HEX #C55C01 Tenne (Tawny)

📋 copy color: '#C55C01'

red 197 ◦ green 92 ◦ blue 1

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

Shades of Tenne (Tawny) #C55C01

Tints of Tenne (Tawny) #C55C01

RGB

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

 GREEN value IS 92 (36.33% from 255) = 31.72%

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

R = 67.93%
G = 31.72%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C55C01 (or 0xC55C01) is known color: Tenne (Tawny). HEX triplet: C5, 5C and 01. RGB value is (197,92,1). Sum of RGB (Red+Green+Blue) = 197+92+1=290 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.93% from 290); Green value is 92 (36.33% from 255 or 31.72% from 290); Blue value is 1 (0.78% from 255 or 0.34% from 290); Max value from RGB is 197 - color contains mainly: red. Hex color #C55C01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55C01 is #3AA3FE. Grayscale: #717171. Windows color (decimal): -3843071 or 89285. OLE color: 89285.

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

Color convert

RGB 197 92 1 -
CMYK 0 0.53 0.99 0.23
HSL 27.86º 0.99% 0.39% -
HSV(B) 27.86º 0.99% 0.77% -
XYZ 26.86 19.53 2.38 -
YUV 113.02 64.79 187.9 -
System Red Green Blue C M Y K H S L
Decimal 197 92 1 0 0.53 0.99 0.23 27.86 0.99 0.39
Hex C5 5C 1 0 35 63 17 1C 63 27
Octal 305 134 1 0 65 143 27 34 143 47
Binary 11000101 1011100 1 0 110101 1100011 10111 11100 1100011 100111

Color Harmonies of #C55C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55C01

Black with #C55C01

Text Example


Text Example

White with #C55C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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