#C05B7A

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

Shades of Royal Heath #C05B7A

Tints of Royal Heath #C05B7A

Color information

#C05B7A (or 0xC05B7A) is unknown color: approx Royal Heath. HEX triplet: C0, 5B and 7A. RGB value is (192,91,122). Sum of RGB (Red+Green+Blue) = 192+91+122=405 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.41% from 405); Green value is 91 (35.94% from 255 or 22.47% from 405); Blue value is 122 (48.05% from 255 or 30.12% from 405); Max value from RGB is 192 - color contains mainly: red. Hex color #C05B7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05B7A is #3FA485. Grayscale: #7C7C7C. Windows color (decimal): -4170886 or 8018880. OLE color: 8018880.

HSL color Cylindrical-coordinate representation of color #C05B7A: hue angle of 341.58º 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 #C05B7A is Cyan = 0, Magento = 0.53, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB19291122-
CMYK00.530.360.25
HSL341.58º44.49%55.49%-
HSV(B)341.58º52.6%75.29%-
XYZ28.9920.0920.76-
YUV124.73126.46175.98-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.41%
GREEN value IS 91 (35.94% from 255) = 22.47%
BLUE value IS 122 (48.05% from 255) = 30.12%
R=47.41%
G=22.47%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929112200.530.360.25341.5844.4955.49
HexC05B7A03524191562c37
Octal30013317206544315265467
Binary1100000010110111111010011010110010011001101010110101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05B7A; }

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

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

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

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

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

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

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

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