#C3527C

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

Shades of Royal Heath #C3527C

Tints of Royal Heath #C3527C

Color information

#C3527C (or 0xC3527C) is unknown color: approx Royal Heath. HEX triplet: C3, 52 and 7C. RGB value is (195,82,124). Sum of RGB (Red+Green+Blue) = 195+82+124=401 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.63% from 401); Green value is 82 (32.42% from 255 or 20.45% from 401); Blue value is 124 (48.83% from 255 or 30.92% from 401); Max value from RGB is 195 - color contains mainly: red. Hex color #C3527C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3527C is #3CAD83. Grayscale: #787878. Windows color (decimal): -3976580 or 8147651. OLE color: 8147651.

HSL color Cylindrical-coordinate representation of color #C3527C: hue angle of 337.7º degrees, saturation: 0.48, 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 #C3527C is Cyan = 0, Magento = 0.58, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB19582124-
CMYK00.580.360.24
HSL337.7º48.5%54.31%-
HSV(B)337.7º57.95%76.47%-
XYZ29.1619.0921.22-
YUV120.57129.94181.08-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.63%
GREEN value IS 82 (32.42% from 255) = 20.45%
BLUE value IS 124 (48.83% from 255) = 30.92%
R=48.63%
G=20.45%
B=30.92%

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
Decimal1958212400.580.360.24337.748.554.31
HexC3527C03A24181523036
Octal30312217407244305226066
Binary1100001110100101111100011101010010011000101010010110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3527C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3527C; }

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

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

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

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

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

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

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

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