Html Css Color HEX #C55048 Sunset

📋 copy color: '#C55048'

red 197 ◦ green 80 ◦ blue 72

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

Shades of Sunset #C55048

Tints of Sunset #C55048

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.92%

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

R = 56.45%
G = 22.92%
B = 20.63%

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

#C55048 (or 0xC55048) is known color: Sunset. HEX triplet: C5, 50 and 48. RGB value is (197,80,72). Sum of RGB (Red+Green+Blue) = 197+80+72=349 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.45% from 349); Green value is 80 (31.64% from 255 or 22.92% from 349); Blue value is 72 (28.52% from 255 or 20.63% from 349); Max value from RGB is 197 - color contains mainly: red. Hex color #C55048 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55048 is #3AAFB7. Grayscale: #727272. Windows color (decimal): -3846072 or 4739269. OLE color: 4739269.

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

Color convert

RGB 197 80 72 -
CMYK 0 0.59 0.63 0.23
HSL 3.84º 0.52% 0.53% -
HSV(B) 3.84º 0.63% 0.77% -
XYZ 27.06 18.08 8.19 -
YUV 114.07 104.26 187.15 -
System Red Green Blue C M Y K H S L
Decimal 197 80 72 0 0.59 0.63 0.23 3.84 0.52 0.53
Hex C5 50 48 0 3B 3F 17 4 34 35
Octal 305 120 110 0 73 77 27 4 64 65
Binary 11000101 1010000 1001000 0 111011 111111 10111 100 110100 110101

Color Harmonies of #C55048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55048

Black with #C55048

Text Example


Text Example

White with #C55048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55048; }

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

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

background-color css

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

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

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

border-color css

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

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

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