#C03B6E

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

Shades of Royal Heath #C03B6E

Tints of Royal Heath #C03B6E

Color information

#C03B6E (or 0xC03B6E) is unknown color: approx Royal Heath. HEX triplet: C0, 3B and 6E. RGB value is (192,59,110). Sum of RGB (Red+Green+Blue) = 192+59+110=361 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.19% from 361); Green value is 59 (23.44% from 255 or 16.34% from 361); Blue value is 110 (43.36% from 255 or 30.47% from 361); Max value from RGB is 192 - color contains mainly: red. Hex color #C03B6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03B6E is #3FC491. Grayscale: #686868. Windows color (decimal): -4179090 or 7224256. OLE color: 7224256.

HSL color Cylindrical-coordinate representation of color #C03B6E: hue angle of 336.99º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C03B6E is Cyan = 0, Magento = 0.69, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB19259110-
CMYK00.690.430.25
HSL336.99º52.99%49.22%-
HSV(B)336.99º69.27%75.29%-
XYZ26.1215.4616.36-
YUV104.58131.06190.35-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 53.19%
GREEN value IS 59 (23.44% from 255) = 16.34%
BLUE value IS 110 (43.36% from 255) = 30.47%
R=53.19%
G=16.34%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1925911000.690.430.25336.9952.9949.22
HexC03B6E0452B191513531
Octal30073156010553315216561
Binary1100000011101111011100100010110101111001101010001110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03B6E; }

 p { color: rgb(192,59,110); }

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

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

 a { background-color: rgb(192,59,110); }

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

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

 span { border-color: rgb(192,59,110); }

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