#C1527C

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

Shades of Royal Heath #C1527C

Tints of Royal Heath #C1527C

Color information

#C1527C (or 0xC1527C) is unknown color: approx Royal Heath. HEX triplet: C1, 52 and 7C. RGB value is (193,82,124). Sum of RGB (Red+Green+Blue) = 193+82+124=399 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.37% from 399); Green value is 82 (32.42% from 255 or 20.55% from 399); Blue value is 124 (48.83% from 255 or 31.08% from 399); Max value from RGB is 193 - color contains mainly: red. Hex color #C1527C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1527C is #3EAD83. Grayscale: #777777. Windows color (decimal): -4107652 or 8147649. OLE color: 8147649.

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

Color convert

RGB19382124-
CMYK00.580.360.24
HSL337.3º47.23%53.92%-
HSV(B)337.3º57.51%75.69%-
XYZ28.6518.8321.19-
YUV119.98130.27180.08-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.37%
GREEN value IS 82 (32.42% from 255) = 20.55%
BLUE value IS 124 (48.83% from 255) = 31.08%
R=48.37%
G=20.55%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1938212400.580.360.24337.347.2353.92
HexC1527C03A24181512f36
Octal30112217407244305215766
Binary1100000110100101111100011101010010011000101010001101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1527C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1527C; }

 p { color: rgb(193,82,124); }

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

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

 a { background-color: rgb(193,82,124); }

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

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

 span { border-color: rgb(193,82,124); }

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