#C05B79

Color #C05B79 Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #C05B79

Tints of Royal Heath #C05B79

Color information

#C05B79 (or 0xC05B79) is unknown color: approx Royal Heath. HEX triplet: C0, 5B and 79. RGB value is (192,91,121). Sum of RGB (Red+Green+Blue) = 192+91+121=404 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.52% from 404); Green value is 91 (35.94% from 255 or 22.52% from 404); Blue value is 121 (47.66% from 255 or 29.95% from 404); Max value from RGB is 192 - color contains mainly: red. Hex color #C05B79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05B79 is #3FA486. Grayscale: #7C7C7C. Windows color (decimal): -4170887 or 7953344. OLE color: 7953344.

HSL color Cylindrical-coordinate representation of color #C05B79: hue angle of 342.18º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C05B79 is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB19291121-
CMYK00.530.370.25
HSL342.18º44.49%55.49%-
HSV(B)342.18º52.6%75.29%-
XYZ28.9320.0720.44-
YUV124.62125.96176.06-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.52%
GREEN value IS 91 (35.94% from 255) = 22.52%
BLUE value IS 121 (47.66% from 255) = 29.95%
R=47.52%
G=22.52%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929112100.530.370.25342.1844.4955.49
HexC05B7903525191562c37
Octal30013317106545315265467
Binary1100000010110111111001011010110010111001101010110101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05B79; }

 p { color: rgb(192,91,121); }

 H1.HeaderClassName
 {
   color: #C05B79;
 }
 .AnyTagClassName
 {
   color: #C05B79;
 }
</style>
background-color css

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

 a { background-color: rgb(192,91,121); }

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

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

 span { border-color: rgb(192,91,121); }

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