#C43A72

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

Shades of Royal Heath #C43A72

Tints of Royal Heath #C43A72

Color information

#C43A72 (or 0xC43A72) is unknown color: approx Royal Heath. HEX triplet: C4, 3A and 72. RGB value is (196,58,114). Sum of RGB (Red+Green+Blue) = 196+58+114=368 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.26% from 368); Green value is 58 (23.05% from 255 or 15.76% from 368); Blue value is 114 (44.92% from 255 or 30.98% from 368); Max value from RGB is 196 - color contains mainly: red. Hex color #C43A72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43A72 is #3BC58D. Grayscale: #696969. Windows color (decimal): -3917198 or 7486148. OLE color: 7486148.

HSL color Cylindrical-coordinate representation of color #C43A72: hue angle of 335.65º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C43A72 is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB19658114-
CMYK00.700.420.23
HSL335.65º54.33%49.8%-
HSV(B)335.65º70.41%76.86%-
XYZ27.3215.9817.56-
YUV105.65132.72192.45-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 53.26%
GREEN value IS 58 (23.05% from 255) = 15.76%
BLUE value IS 114 (44.92% from 255) = 30.98%
R=53.26%
G=15.76%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1965811400.700.420.23335.6554.3349.8
HexC43A720462A171503632
Octal30472162010652275206662
Binary1100010011101011100100100011010101010111101010000110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43A72; }

 p { color: rgb(196,58,114); }

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

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

 a { background-color: rgb(196,58,114); }

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

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

 span { border-color: rgb(196,58,114); }

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