#C4457A

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

Shades of Royal Heath #C4457A

Tints of Royal Heath #C4457A

Color information

#C4457A (or 0xC4457A) is unknown color: approx Royal Heath. HEX triplet: C4, 45 and 7A. RGB value is (196,69,122). Sum of RGB (Red+Green+Blue) = 196+69+122=387 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.65% from 387); Green value is 69 (27.34% from 255 or 17.83% from 387); Blue value is 122 (48.05% from 255 or 31.52% from 387); Max value from RGB is 196 - color contains mainly: red. Hex color #C4457A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4457A is #3BBA85. Grayscale: #707070. Windows color (decimal): -3914374 or 8013252. OLE color: 8013252.

HSL color Cylindrical-coordinate representation of color #C4457A: hue angle of 334.96º 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 #C4457A is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB19669122-
CMYK00.650.380.23
HSL334.96º51.84%51.96%-
HSV(B)334.96º64.8%76.86%-
XYZ28.4117.420.27-
YUV113.02133.08187.19-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 50.65%
GREEN value IS 69 (27.34% from 255) = 17.83%
BLUE value IS 122 (48.05% from 255) = 31.52%
R=50.65%
G=17.83%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1966912200.650.380.23334.9651.8451.96
HexC4457A041261714f3434
Octal304105172010146275176464
Binary11000100100010111110100100000110011010111101001111110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4457A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4457A; }

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

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

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

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

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

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

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

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