Html Css Color HEX #C55079 Royal Heath

📋 copy color: '#C55079'

red 197 ◦ green 80 ◦ blue 121

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

Shades of Royal Heath #C55079

Tints of Royal Heath #C55079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 30.4%

R = 49.5%
G = 20.1%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#C55079 (or 0xC55079) is known color: Royal Heath. HEX triplet: C5, 50 and 79. RGB value is (197,80,121). Sum of RGB (Red+Green+Blue) = 197+80+121=398 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.50% from 398); Green value is 80 (31.64% from 255 or 20.10% from 398); Blue value is 121 (47.66% from 255 or 30.40% from 398); Max value from RGB is 197 - color contains mainly: red. Hex color #C55079 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55079 is #3AAF86. Grayscale: #777777. Windows color (decimal): -3846023 or 7950533. OLE color: 7950533.

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

Color convert

RGB 197 80 121 -
CMYK 0 0.59 0.39 0.23
HSL 338.97º 0.5% 0.54% -
HSV(B) 338.97º 0.59% 0.77% -
XYZ 29.35 18.99 20.21 -
YUV 119.66 128.76 183.17 -
System Red Green Blue C M Y K H S L
Decimal 197 80 121 0 0.59 0.39 0.23 338.97 0.5 0.54
Hex C5 50 79 0 3B 27 17 153 32 36
Octal 305 120 171 0 73 47 27 523 62 66
Binary 11000101 1010000 1111001 0 111011 100111 10111 101010011 110010 110110

Color Harmonies of #C55079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55079

Black with #C55079

Text Example


Text Example

White with #C55079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55079; }

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

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

background-color css

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

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

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

border-color css

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

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

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