Html Css Color HEX #C55049 Sunset

📋 copy color: '#C55049'

red 197 ◦ green 80 ◦ blue 73

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

Shades of Sunset #C55049

Tints of Sunset #C55049

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 20.86%

R = 56.29%
G = 22.86%
B = 20.86%

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

#C55049 (or 0xC55049) is known color: Sunset. HEX triplet: C5, 50 and 49. RGB value is (197,80,73). Sum of RGB (Red+Green+Blue) = 197+80+73=350 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.29% from 350); Green value is 80 (31.64% from 255 or 22.86% from 350); Blue value is 73 (28.91% from 255 or 20.86% from 350); Max value from RGB is 197 - color contains mainly: red. Hex color #C55049 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55049 is #3AAFB6. Grayscale: #727272. Windows color (decimal): -3846071 or 4804805. OLE color: 4804805.

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

Color convert

RGB 197 80 73 -
CMYK 0 0.59 0.63 0.23
HSL 3.39º 0.52% 0.53% -
HSV(B) 3.39º 0.63% 0.77% -
XYZ 27.1 18.09 8.37 -
YUV 114.19 104.76 187.07 -
System Red Green Blue C M Y K H S L
Decimal 197 80 73 0 0.59 0.63 0.23 3.39 0.52 0.53
Hex C5 50 49 0 3B 3F 17 3 34 35
Octal 305 120 111 0 73 77 27 3 64 65
Binary 11000101 1010000 1001001 0 111011 111111 10111 11 110100 110101

Color Harmonies of #C55049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55049

Black with #C55049

Text Example


Text Example

White with #C55049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55049; }

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

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

background-color css

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

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

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

border-color css

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

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

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