#C4547D

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

Shades of Royal Heath #C4547D

Tints of Royal Heath #C4547D

Color information

#C4547D (or 0xC4547D) is unknown color: approx Royal Heath. HEX triplet: C4, 54 and 7D. RGB value is (196,84,125). Sum of RGB (Red+Green+Blue) = 196+84+125=405 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.40% from 405); Green value is 84 (33.20% from 255 or 20.74% from 405); Blue value is 125 (49.22% from 255 or 30.86% from 405); Max value from RGB is 196 - color contains mainly: red. Hex color #C4547D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4547D is #3BAB82. Grayscale: #7A7A7A. Windows color (decimal): -3910531 or 8213700. OLE color: 8213700.

HSL color Cylindrical-coordinate representation of color #C4547D: hue angle of 338.04º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C4547D is Cyan = 0, Magento = 0.57, Yellow = 0.36 and Black (K on CMYK) = 0.23.

Color convert

RGB19684125-
CMYK00.570.360.23
HSL338.04º48.7%54.9%-
HSV(B)338.04º57.14%76.86%-
XYZ29.6419.5621.61-
YUV122.16129.61180.67-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 48.40%
GREEN value IS 84 (33.20% from 255) = 20.74%
BLUE value IS 125 (49.22% from 255) = 30.86%
R=48.40%
G=20.74%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.36
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1968412500.570.360.23338.0448.754.9
HexC4547D03924171523137
Octal30412417507144275226167
Binary1100010010101001111101011100110010010111101010010110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4547D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4547D; }

 p { color: rgb(196,84,125); }

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

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

 a { background-color: rgb(196,84,125); }

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

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

 span { border-color: rgb(196,84,125); }

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