#C2467A

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

Shades of Royal Heath #C2467A

Tints of Royal Heath #C2467A

Color information

#C2467A (or 0xC2467A) is unknown color: approx Royal Heath. HEX triplet: C2, 46 and 7A. RGB value is (194,70,122). Sum of RGB (Red+Green+Blue) = 194+70+122=386 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.26% from 386); Green value is 70 (27.73% from 255 or 18.13% from 386); Blue value is 122 (48.05% from 255 or 31.61% from 386); Max value from RGB is 194 - color contains mainly: red. Hex color #C2467A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2467A is #3DB985. Grayscale: #707070. Windows color (decimal): -4045190 or 8013506. OLE color: 8013506.

HSL color Cylindrical-coordinate representation of color #C2467A: hue angle of 334.84º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C2467A is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB19470122-
CMYK00.640.370.24
HSL334.84º50.41%51.76%-
HSV(B)334.84º63.92%76.08%-
XYZ27.9517.2520.27-
YUV113133.08185.77-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 50.26%
GREEN value IS 70 (27.73% from 255) = 18.13%
BLUE value IS 122 (48.05% from 255) = 31.61%
R=50.26%
G=18.13%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1947012200.640.370.24334.8450.4151.76
HexC2467A040251814f3234
Octal302106172010045305176264
Binary11000010100011011110100100000010010111000101001111110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2467A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2467A; }

 p { color: rgb(194,70,122); }

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

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

 a { background-color: rgb(194,70,122); }

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

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

 span { border-color: rgb(194,70,122); }

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