Html Css Color HEX #C54601 Tenne (Tawny)

📋 copy color: '#C54601'

red 197 ◦ green 70 ◦ blue 1

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

Shades of Tenne (Tawny) #C54601

Tints of Tenne (Tawny) #C54601

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.12%

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

R = 73.51%
G = 26.12%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C54601 (or 0xC54601) is known color: Tenne (Tawny). HEX triplet: C5, 46 and 01. RGB value is (197,70,1). Sum of RGB (Red+Green+Blue) = 197+70+1=268 (35% of max value = 765). Red value is 197 (77.34% from 255 or 73.51% from 268); Green value is 70 (27.73% from 255 or 26.12% from 268); Blue value is 1 (0.78% from 255 or 0.37% from 268); Max value from RGB is 197 - color contains mainly: red. Hex color #C54601 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54601 is #3AB9FE. Grayscale: #646464. Windows color (decimal): -3848703 or 83653. OLE color: 83653.

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

Color convert

RGB 197 70 1 -
CMYK 0 0.64 0.99 0.23
HSL 21.12º 0.99% 0.39% -
HSV(B) 21.12º 0.99% 0.77% -
XYZ 25.22 16.25 1.84 -
YUV 100.11 72.08 197.11 -
System Red Green Blue C M Y K H S L
Decimal 197 70 1 0 0.64 0.99 0.23 21.12 0.99 0.39
Hex C5 46 1 0 40 63 17 15 63 27
Octal 305 106 1 0 100 143 27 25 143 47
Binary 11000101 1000110 1 0 1000000 1100011 10111 10101 1100011 100111

Color Harmonies of #C54601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54601

Black with #C54601

Text Example


Text Example

White with #C54601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54601; }

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

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

background-color css

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

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

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

border-color css

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

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

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