#C2487C

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

Shades of Royal Heath #C2487C

Tints of Royal Heath #C2487C

Color information

#C2487C (or 0xC2487C) is unknown color: approx Royal Heath. HEX triplet: C2, 48 and 7C. RGB value is (194,72,124). Sum of RGB (Red+Green+Blue) = 194+72+124=390 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.74% from 390); Green value is 72 (28.52% from 255 or 18.46% from 390); Blue value is 124 (48.83% from 255 or 31.79% from 390); Max value from RGB is 194 - color contains mainly: red. Hex color #C2487C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2487C is #3DB783. Grayscale: #727272. Windows color (decimal): -4044676 or 8145090. OLE color: 8145090.

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

Color convert

RGB19472124-
CMYK00.630.360.24
HSL334.43º50%52.16%-
HSV(B)334.43º62.89%76.08%-
XYZ28.217.5620.97-
YUV114.41133.42184.77-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 49.74%
GREEN value IS 72 (28.52% from 255) = 18.46%
BLUE value IS 124 (48.83% from 255) = 31.79%
R=49.74%
G=18.46%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1947212400.630.360.24334.435052.16
HexC2487C03F241814e3234
Octal30211017407744305166264
Binary1100001010010001111100011111110010011000101001110110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2487C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2487C; }

 p { color: rgb(194,72,124); }

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

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

 a { background-color: rgb(194,72,124); }

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

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

 span { border-color: rgb(194,72,124); }

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