#C0426F

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

Shades of Royal Heath #C0426F

Tints of Royal Heath #C0426F

Color information

#C0426F (or 0xC0426F) is unknown color: approx Royal Heath. HEX triplet: C0, 42 and 6F. RGB value is (192,66,111). Sum of RGB (Red+Green+Blue) = 192+66+111=369 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.03% from 369); Green value is 66 (26.17% from 255 or 17.89% from 369); Blue value is 111 (43.75% from 255 or 30.08% from 369); Max value from RGB is 192 - color contains mainly: red. Hex color #C0426F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0426F is #3FBD90. Grayscale: #6C6C6C. Windows color (decimal): -4177297 or 7291584. OLE color: 7291584.

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

Color convert

RGB19266111-
CMYK00.660.420.25
HSL338.57º50%50.59%-
HSV(B)338.57º65.62%75.29%-
XYZ26.5616.2516.78-
YUV108.8129.24187.34-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 52.03%
GREEN value IS 66 (26.17% from 255) = 17.89%
BLUE value IS 111 (43.75% from 255) = 30.08%
R=52.03%
G=17.89%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1926611100.660.420.25338.575050.59
HexC0426F0422A191533233
Octal300102157010252315236263
Binary11000000100001011011110100001010101011001101010011110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0426F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0426F; }

 p { color: rgb(192,66,111); }

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

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

 a { background-color: rgb(192,66,111); }

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

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

 span { border-color: rgb(192,66,111); }

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