#C0407A

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

Shades of Royal Heath #C0407A

Tints of Royal Heath #C0407A

Color information

#C0407A (or 0xC0407A) is unknown color: approx Royal Heath. HEX triplet: C0, 40 and 7A. RGB value is (192,64,122). Sum of RGB (Red+Green+Blue) = 192+64+122=378 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.79% from 378); Green value is 64 (25.39% from 255 or 16.93% from 378); Blue value is 122 (48.05% from 255 or 32.28% from 378); Max value from RGB is 192 - color contains mainly: red. Hex color #C0407A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0407A is #3FBF85. Grayscale: #6C6C6C. Windows color (decimal): -4177798 or 8011968. OLE color: 8011968.

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

Color convert

RGB19264122-
CMYK00.670.360.25
HSL332.81º50.39%50.2%-
HSV(B)332.81º66.67%75.29%-
XYZ27.0816.2820.13-
YUV108.88135.41187.28-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 50.79%
GREEN value IS 64 (25.39% from 255) = 16.93%
BLUE value IS 122 (48.05% from 255) = 32.28%
R=50.79%
G=16.93%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1926412200.670.360.25332.8150.3950.2
HexC0407A043241914d3232
Octal300100172010344315156262
Binary11000000100000011110100100001110010011001101001101110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0407A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0407A; }

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

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

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

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

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

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

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

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