#C2446E

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

Shades of Royal Heath #C2446E

Tints of Royal Heath #C2446E

Color information

#C2446E (or 0xC2446E) is unknown color: approx Royal Heath. HEX triplet: C2, 44 and 6E. RGB value is (194,68,110). Sum of RGB (Red+Green+Blue) = 194+68+110=372 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.15% from 372); Green value is 68 (26.95% from 255 or 18.28% from 372); Blue value is 110 (43.36% from 255 or 29.57% from 372); Max value from RGB is 194 - color contains mainly: red. Hex color #C2446E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2446E is #3DBB91. Grayscale: #6E6E6E. Windows color (decimal): -4045714 or 7226562. OLE color: 7226562.

HSL color Cylindrical-coordinate representation of color #C2446E: hue angle of 340º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C2446E is Cyan = 0, Magento = 0.65, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB19468110-
CMYK00.650.430.24
HSL340º50.81%51.37%-
HSV(B)340º64.95%76.08%-
XYZ27.1316.7316.55-
YUV110.46127.74187.58-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 52.15%
GREEN value IS 68 (26.95% from 255) = 18.28%
BLUE value IS 110 (43.36% from 255) = 29.57%
R=52.15%
G=18.28%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1946811000.650.430.2434050.8151.37
HexC2446E0412B181543333
Octal302104156010153305246363
Binary11000010100010011011100100000110101111000101010100110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2446E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2446E; }

 p { color: rgb(194,68,110); }

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

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

 a { background-color: rgb(194,68,110); }

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

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

 span { border-color: rgb(194,68,110); }

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