#C4457B

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

Shades of Royal Heath #C4457B

Tints of Royal Heath #C4457B

Color information

#C4457B (or 0xC4457B) is unknown color: approx Royal Heath. HEX triplet: C4, 45 and 7B. RGB value is (196,69,123). Sum of RGB (Red+Green+Blue) = 196+69+123=388 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.52% from 388); Green value is 69 (27.34% from 255 or 17.78% from 388); Blue value is 123 (48.44% from 255 or 31.70% from 388); Max value from RGB is 196 - color contains mainly: red. Hex color #C4457B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4457B is #3BBA84. Grayscale: #717171. Windows color (decimal): -3914373 or 8078788. OLE color: 8078788.

HSL color Cylindrical-coordinate representation of color #C4457B: hue angle of 334.49º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C4457B is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.23.

Color convert

RGB19669123-
CMYK00.650.370.23
HSL334.49º51.84%51.96%-
HSV(B)334.49º64.8%76.86%-
XYZ28.4717.4220.6-
YUV113.13133.58187.11-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 50.52%
GREEN value IS 69 (27.34% from 255) = 17.78%
BLUE value IS 123 (48.44% from 255) = 31.70%
R=50.52%
G=17.78%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.37
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1966912300.650.370.23334.4951.8451.96
HexC4457B041251714e3434
Octal304105173010145275166464
Binary11000100100010111110110100000110010110111101001110110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4457B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4457B; }

 p { color: rgb(196,69,123); }

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

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

 a { background-color: rgb(196,69,123); }

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

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

 span { border-color: rgb(196,69,123); }

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