#C43A6D

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

Shades of Royal Heath #C43A6D

Tints of Royal Heath #C43A6D

Color information

#C43A6D (or 0xC43A6D) is unknown color: approx Royal Heath. HEX triplet: C4, 3A and 6D. RGB value is (196,58,109). Sum of RGB (Red+Green+Blue) = 196+58+109=363 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.99% from 363); Green value is 58 (23.05% from 255 or 15.98% from 363); Blue value is 109 (42.97% from 255 or 30.03% from 363); Max value from RGB is 196 - color contains mainly: red. Hex color #C43A6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43A6D is #3BC592. Grayscale: #696969. Windows color (decimal): -3917203 or 7158468. OLE color: 7158468.

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

Color convert

RGB19658109-
CMYK00.700.440.23
HSL337.83º54.33%49.8%-
HSV(B)337.83º70.41%76.86%-
XYZ27.0415.8716.11-
YUV105.08130.22192.85-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 53.99%
GREEN value IS 58 (23.05% from 255) = 15.98%
BLUE value IS 109 (42.97% from 255) = 30.03%
R=53.99%
G=15.98%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.44
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1965810900.700.440.23337.8354.3349.8
HexC43A6D0462C171523632
Octal30472155010654275226662
Binary1100010011101011011010100011010110010111101010010110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43A6D; }

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

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

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

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

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

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

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

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