#C0437A

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

Shades of Royal Heath #C0437A

Tints of Royal Heath #C0437A

Color information

#C0437A (or 0xC0437A) is unknown color: approx Royal Heath. HEX triplet: C0, 43 and 7A. RGB value is (192,67,122). Sum of RGB (Red+Green+Blue) = 192+67+122=381 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.39% from 381); Green value is 67 (26.56% from 255 or 17.59% from 381); Blue value is 122 (48.05% from 255 or 32.02% from 381); Max value from RGB is 192 - color contains mainly: red. Hex color #C0437A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0437A is #3FBC85. Grayscale: #6E6E6E. Windows color (decimal): -4177030 or 8012736. OLE color: 8012736.

HSL color Cylindrical-coordinate representation of color #C0437A: hue angle of 333.6º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C0437A is Cyan = 0, Magento = 0.65, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB19267122-
CMYK00.650.360.25
HSL333.6º49.8%50.78%-
HSV(B)333.6º65.1%75.29%-
XYZ27.2616.6320.18-
YUV110.64134.41186.03-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 50.39%
GREEN value IS 67 (26.56% from 255) = 17.59%
BLUE value IS 122 (48.05% from 255) = 32.02%
R=50.39%
G=17.59%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1926712200.650.360.25333.649.850.78
HexC0437A041241914e3233
Octal300103172010144315166263
Binary11000000100001111110100100000110010011001101001110110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0437A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0437A; }

 p { color: rgb(192,67,122); }

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

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

 a { background-color: rgb(192,67,122); }

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

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

 span { border-color: rgb(192,67,122); }

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