Html Css Color HEX #C55148 Sunset

📋 copy color: '#C55148'

red 197 ◦ green 81 ◦ blue 72

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

Shades of Sunset #C55148

Tints of Sunset #C55148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 20.57%

R = 56.29%
G = 23.14%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C55148 (or 0xC55148) is known color: Sunset. HEX triplet: C5, 51 and 48. RGB value is (197,81,72). Sum of RGB (Red+Green+Blue) = 197+81+72=350 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.29% from 350); Green value is 81 (32.03% from 255 or 23.14% from 350); Blue value is 72 (28.52% from 255 or 20.57% from 350); Max value from RGB is 197 - color contains mainly: red. Hex color #C55148 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55148 is #3AAEB7. Grayscale: #727272. Windows color (decimal): -3845816 or 4739525. OLE color: 4739525.

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

Color convert

RGB 197 81 72 -
CMYK 0 0.59 0.63 0.23
HSL 4.32º 0.52% 0.53% -
HSV(B) 4.32º 0.63% 0.77% -
XYZ 27.14 18.22 8.22 -
YUV 114.66 103.93 186.73 -
System Red Green Blue C M Y K H S L
Decimal 197 81 72 0 0.59 0.63 0.23 4.32 0.52 0.53
Hex C5 51 48 0 3B 3F 17 4 34 35
Octal 305 121 110 0 73 77 27 4 64 65
Binary 11000101 1010001 1001000 0 111011 111111 10111 100 110100 110101

Color Harmonies of #C55148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55148

Black with #C55148

Text Example


Text Example

White with #C55148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55148; }

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

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

background-color css

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

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

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

border-color css

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

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

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