Html Css Color HEX #C54C01 Tenne (Tawny)

📋 copy color: '#C54C01'

red 197 ◦ green 76 ◦ blue 1

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

Shades of Tenne (Tawny) #C54C01

Tints of Tenne (Tawny) #C54C01

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.74%

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

R = 71.9%
G = 27.74%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C54C01 (or 0xC54C01) is known color: Tenne (Tawny). HEX triplet: C5, 4C and 01. RGB value is (197,76,1). Sum of RGB (Red+Green+Blue) = 197+76+1=274 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.90% from 274); Green value is 76 (30.08% from 255 or 27.74% from 274); Blue value is 1 (0.78% from 255 or 0.36% from 274); Max value from RGB is 197 - color contains mainly: red. Hex color #C54C01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54C01 is #3AB3FE. Grayscale: #686868. Windows color (decimal): -3847167 or 85189. OLE color: 85189.

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

Color convert

RGB 197 76 1 -
CMYK 0 0.61 0.99 0.23
HSL 22.96º 0.99% 0.39% -
HSV(B) 22.96º 0.99% 0.77% -
XYZ 25.62 17.04 1.97 -
YUV 103.63 70.09 194.6 -
System Red Green Blue C M Y K H S L
Decimal 197 76 1 0 0.61 0.99 0.23 22.96 0.99 0.39
Hex C5 4C 1 0 3D 63 17 17 63 27
Octal 305 114 1 0 75 143 27 27 143 47
Binary 11000101 1001100 1 0 111101 1100011 10111 10111 1100011 100111

Color Harmonies of #C54C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54C01

Black with #C54C01

Text Example


Text Example

White with #C54C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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