#c4487a

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

Shades of Royal Heath #C4487A

Tints of Royal Heath #C4487A

Color information

#C4487A (or 0xC4487A) is unknown color: approx Royal Heath. HEX triplet: C4, 48 and 7A. RGB value is (196,72,122). Sum of RGB (Red+Green+Blue) = 196+72+122=390 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.26% from 390); Green value is 72 (28.52% from 255 or 18.46% from 390); Blue value is 122 (48.05% from 255 or 31.28% from 390); Max value from RGB is 196 - color contains mainly: red. Hex color #C4487A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4487A is #3BB785. Grayscale: #727272. Windows color (decimal): -3913606 or 8014020. OLE color: 8014020.

HSL color Cylindrical-coordinate representation of color #C4487A: hue angle of 335.81º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C4487A is Cyan = 0, Magento = 0.63, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB19672122-
CMYK00.630.380.23
HSL335.81º51.24%52.55%-
HSV(B)335.81º63.27%76.86%-
XYZ28.617.7820.34-
YUV114.78132.08185.93-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 50.26%
GREEN value IS 72 (28.52% from 255) = 18.46%
BLUE value IS 122 (48.05% from 255) = 31.28%
R=50.26%
G=18.46%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1967212200.630.380.23335.8151.2452.55
HexC4487A03F26171503335
Octal30411017207746275206365
Binary1100010010010001111010011111110011010111101010000110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c4487a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c4487a; }

 p { color: rgb(196,72,122); }

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

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

 a { background-color: rgb(196,72,122); }

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

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

 span { border-color: rgb(196,72,122); }

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