Html Css Color HEX #C55146 Sunset

📋 copy color: '#C55146'

red 197 ◦ green 81 ◦ blue 70

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

Shades of Sunset #C55146

Tints of Sunset #C55146

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.28%

 BLUE value IS 70 (27.73% from 255) = 20.11%

R = 56.61%
G = 23.28%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C55146 (or 0xC55146) is known color: Sunset. HEX triplet: C5, 51 and 46. RGB value is (197,81,70). Sum of RGB (Red+Green+Blue) = 197+81+70=348 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.61% from 348); Green value is 81 (32.03% from 255 or 23.28% from 348); Blue value is 70 (27.73% from 255 or 20.11% from 348); Max value from RGB is 197 - color contains mainly: red. Hex color #C55146 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55146 is #3AAEB9. Grayscale: #727272. Windows color (decimal): -3845818 or 4608453. OLE color: 4608453.

HSL color Cylindrical-coordinate representation of color #C55146: hue angle of 5.2º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C55146 is Cyan = 0, Magento = 0.59, Yellow = 0.64 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 81 70 -
CMYK 0 0.59 0.64 0.23
HSL 5.2º 0.52% 0.52% -
HSV(B) 5.2º 0.64% 0.77% -
XYZ 27.07 18.2 7.88 -
YUV 114.43 102.93 186.89 -
System Red Green Blue C M Y K H S L
Decimal 197 81 70 0 0.59 0.64 0.23 5.2 0.52 0.52
Hex C5 51 46 0 3B 40 17 5 34 34
Octal 305 121 106 0 73 100 27 5 64 64
Binary 11000101 1010001 1000110 0 111011 1000000 10111 101 110100 110100

Color Harmonies of #C55146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55146

Black with #C55146

Text Example


Text Example

White with #C55146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55146; }

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

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

background-color css

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

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

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

border-color css

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

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

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