#C03C68

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

Shades of Royal Heath #C03C68

Tints of Royal Heath #C03C68

Color information

#C03C68 (or 0xC03C68) is unknown color: approx Royal Heath. HEX triplet: C0, 3C and 68. RGB value is (192,60,104). Sum of RGB (Red+Green+Blue) = 192+60+104=356 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.93% from 356); Green value is 60 (23.83% from 255 or 16.85% from 356); Blue value is 104 (41.02% from 255 or 29.21% from 356); Max value from RGB is 192 - color contains mainly: red. Hex color #C03C68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03C68 is #3FC397. Grayscale: #686868. Windows color (decimal): -4178840 or 6831296. OLE color: 6831296.

HSL color Cylindrical-coordinate representation of color #C03C68: hue angle of 340º degrees, saturation: 0.52, 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 #C03C68 is Cyan = 0, Magento = 0.69, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB19260104-
CMYK00.690.460.25
HSL340º52.38%49.41%-
HSV(B)340º68.75%75.29%-
XYZ25.8515.4414.71-
YUV104.48127.73190.42-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 53.93%
GREEN value IS 60 (23.83% from 255) = 16.85%
BLUE value IS 104 (41.02% from 255) = 29.21%
R=53.93%
G=16.85%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1926010400.690.460.2534052.3849.41
HexC03C680452E191543431
Octal30074150010556315246461
Binary1100000011110011010000100010110111011001101010100110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03C68; }

 p { color: rgb(192,60,104); }

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

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

 a { background-color: rgb(192,60,104); }

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

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

 span { border-color: rgb(192,60,104); }

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