#C3587C

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

Shades of Royal Heath #C3587C

Tints of Royal Heath #C3587C

Color information

#C3587C (or 0xC3587C) is unknown color: approx Royal Heath. HEX triplet: C3, 58 and 7C. RGB value is (195,88,124). Sum of RGB (Red+Green+Blue) = 195+88+124=407 (53% of max value = 765). Red value is 195 (76.56% from 255 or 47.91% from 407); Green value is 88 (34.77% from 255 or 21.62% from 407); Blue value is 124 (48.83% from 255 or 30.47% from 407); Max value from RGB is 195 - color contains mainly: red. Hex color #C3587C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3587C is #3CA783. Grayscale: #7C7C7C. Windows color (decimal): -3975044 or 8149187. OLE color: 8149187.

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

Color convert

RGB19588124-
CMYK00.550.360.24
HSL339.81º47.14%55.49%-
HSV(B)339.81º54.87%76.47%-
XYZ29.6320.0421.37-
YUV124.1127.95178.57-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.91%
GREEN value IS 88 (34.77% from 255) = 21.62%
BLUE value IS 124 (48.83% from 255) = 30.47%
R=47.91%
G=21.62%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958812400.550.360.24339.8147.1455.49
HexC3587C03724181542f37
Octal30313017406744305245767
Binary1100001110110001111100011011110010011000101010100101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3587C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3587C; }

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

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

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

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

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

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

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

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