#C43E6A

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

Shades of Royal Heath #C43E6A

Tints of Royal Heath #C43E6A

Color information

#C43E6A (or 0xC43E6A) is unknown color: approx Royal Heath. HEX triplet: C4, 3E and 6A. RGB value is (196,62,106). Sum of RGB (Red+Green+Blue) = 196+62+106=364 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.85% from 364); Green value is 62 (24.61% from 255 or 17.03% from 364); Blue value is 106 (41.80% from 255 or 29.12% from 364); Max value from RGB is 196 - color contains mainly: red. Hex color #C43E6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43E6A is #3BC195. Grayscale: #6B6B6B. Windows color (decimal): -3916182 or 6962884. OLE color: 6962884.

HSL color Cylindrical-coordinate representation of color #C43E6A: hue angle of 340.3º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C43E6A is Cyan = 0, Magento = 0.68, Yellow = 0.46 and Black (K on CMYK) = 0.23.

Color convert

RGB19662106-
CMYK00.680.460.23
HSL340.3º53.17%50.59%-
HSV(B)340.3º68.37%76.86%-
XYZ27.0916.2215.34-
YUV107.08127.39191.42-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 53.85%
GREEN value IS 62 (24.61% from 255) = 17.03%
BLUE value IS 106 (41.80% from 255) = 29.12%
R=53.85%
G=17.03%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.46
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1966210600.680.460.23340.353.1750.59
HexC43E6A0442E171543533
Octal30476152010456275246563
Binary1100010011111011010100100010010111010111101010100110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43E6A; }

 p { color: rgb(196,62,106); }

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

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

 a { background-color: rgb(196,62,106); }

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

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

 span { border-color: rgb(196,62,106); }

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