#C2467B

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

Shades of Royal Heath #C2467B

Tints of Royal Heath #C2467B

Color information

#C2467B (or 0xC2467B) is unknown color: approx Royal Heath. HEX triplet: C2, 46 and 7B. RGB value is (194,70,123). Sum of RGB (Red+Green+Blue) = 194+70+123=387 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.13% from 387); Green value is 70 (27.73% from 255 or 18.09% from 387); Blue value is 123 (48.44% from 255 or 31.78% from 387); Max value from RGB is 194 - color contains mainly: red. Hex color #C2467B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2467B is #3DB984. Grayscale: #717171. Windows color (decimal): -4045189 or 8079042. OLE color: 8079042.

HSL color Cylindrical-coordinate representation of color #C2467B: hue angle of 334.35º 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 #C2467B is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB19470123-
CMYK00.640.370.24
HSL334.35º50.41%51.76%-
HSV(B)334.35º63.92%76.08%-
XYZ28.0117.2820.6-
YUV113.12133.58185.69-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 50.13%
GREEN value IS 70 (27.73% from 255) = 18.09%
BLUE value IS 123 (48.44% from 255) = 31.78%
R=50.13%
G=18.09%
B=31.78%

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
Decimal1947012300.640.370.24334.3550.4151.76
HexC2467B040251814e3234
Octal302106173010045305166264
Binary11000010100011011110110100000010010111000101001110110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2467B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2467B; }

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

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

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

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

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

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

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

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