#C0527B

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

Shades of Royal Heath #C0527B

Tints of Royal Heath #C0527B

Color information

#C0527B (or 0xC0527B) is unknown color: approx Royal Heath. HEX triplet: C0, 52 and 7B. RGB value is (192,82,123). Sum of RGB (Red+Green+Blue) = 192+82+123=397 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.36% from 397); Green value is 82 (32.42% from 255 or 20.65% from 397); Blue value is 123 (48.44% from 255 or 30.98% from 397); Max value from RGB is 192 - color contains mainly: red. Hex color #C0527B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0527B is #3FAD84. Grayscale: #777777. Windows color (decimal): -4173189 or 8082112. OLE color: 8082112.

HSL color Cylindrical-coordinate representation of color #C0527B: hue angle of 337.64º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C0527B is Cyan = 0, Magento = 0.57, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB19282123-
CMYK00.570.360.25
HSL337.64º46.61%53.73%-
HSV(B)337.64º57.29%75.29%-
XYZ28.3318.6720.85-
YUV119.56129.94179.67-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.36%
GREEN value IS 82 (32.42% from 255) = 20.65%
BLUE value IS 123 (48.44% from 255) = 30.98%
R=48.36%
G=20.65%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1928212300.570.360.25337.6446.6153.73
HexC0527B03924191522f36
Octal30012217307144315225766
Binary1100000010100101111011011100110010011001101010010101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0527B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0527B; }

 p { color: rgb(192,82,123); }

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

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

 a { background-color: rgb(192,82,123); }

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

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

 span { border-color: rgb(192,82,123); }

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