#C43A6F

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

Shades of Royal Heath #C43A6F

Tints of Royal Heath #C43A6F

Color information

#C43A6F (or 0xC43A6F) is unknown color: approx Royal Heath. HEX triplet: C4, 3A and 6F. RGB value is (196,58,111). Sum of RGB (Red+Green+Blue) = 196+58+111=365 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.70% from 365); Green value is 58 (23.05% from 255 or 15.89% from 365); Blue value is 111 (43.75% from 255 or 30.41% from 365); Max value from RGB is 196 - color contains mainly: red. Hex color #C43A6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43A6F is #3BC590. Grayscale: #696969. Windows color (decimal): -3917201 or 7289540. OLE color: 7289540.

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

Color convert

RGB19658111-
CMYK00.700.430.23
HSL336.96º54.33%49.8%-
HSV(B)336.96º70.41%76.86%-
XYZ27.1515.9116.68-
YUV105.3131.22192.69-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 53.70%
GREEN value IS 58 (23.05% from 255) = 15.89%
BLUE value IS 111 (43.75% from 255) = 30.41%
R=53.70%
G=15.89%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.43
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1965811100.700.430.23336.9654.3349.8
HexC43A6F0462B171513632
Octal30472157010653275216662
Binary1100010011101011011110100011010101110111101010001110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43A6F; }

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

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

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

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

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

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

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

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