#C05070

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

Shades of Royal Heath #C05070

Tints of Royal Heath #C05070

Color information

#C05070 (or 0xC05070) is unknown color: approx Royal Heath. HEX triplet: C0, 50 and 70. RGB value is (192,80,112). Sum of RGB (Red+Green+Blue) = 192+80+112=384 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50% from 384); Green value is 80 (31.64% from 255 or 20.83% from 384); Blue value is 112 (44.14% from 255 or 29.17% from 384); Max value from RGB is 192 - color contains mainly: red. Hex color #C05070 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05070 is #3FAF8F. Grayscale: #757575. Windows color (decimal): -4173712 or 7360704. OLE color: 7360704.

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

Color convert

RGB19280112-
CMYK00.580.420.25
HSL342.86º47.06%53.33%-
HSV(B)342.86º58.33%75.29%-
XYZ27.5318.1117.37-
YUV117.14125.11181.4-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 50%
GREEN value IS 80 (31.64% from 255) = 20.83%
BLUE value IS 112 (44.14% from 255) = 29.17%
R=50%
G=20.83%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1928011200.580.420.25342.8647.0653.33
HexC0507003A2A191572f35
Octal30012016007252315275765
Binary1100000010100001110000011101010101011001101010111101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05070; }

 p { color: rgb(192,80,112); }

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

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

 a { background-color: rgb(192,80,112); }

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

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

 span { border-color: rgb(192,80,112); }

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