#C05A7F

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

Shades of Royal Heath #C05A7F

Tints of Royal Heath #C05A7F

Color information

#C05A7F (or 0xC05A7F) is unknown color: approx Royal Heath. HEX triplet: C0, 5A and 7F. RGB value is (192,90,127). Sum of RGB (Red+Green+Blue) = 192+90+127=409 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.94% from 409); Green value is 90 (35.55% from 255 or 22.00% from 409); Blue value is 127 (50% from 255 or 31.05% from 409); Max value from RGB is 192 - color contains mainly: red. Hex color #C05A7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05A7F is #3FA580. Grayscale: #7C7C7C. Windows color (decimal): -4171137 or 8346304. OLE color: 8346304.

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

Color convert

RGB19290127-
CMYK00.530.340.25
HSL338.24º44.74%55.29%-
HSV(B)338.24º53.12%75.29%-
XYZ29.2320.0522.41-
YUV124.72129.29175.99-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.94%
GREEN value IS 90 (35.55% from 255) = 22.00%
BLUE value IS 127 (50% from 255) = 31.05%
R=46.94%
G=22.00%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929012700.530.340.25338.2444.7455.29
HexC05A7F03522191522d37
Octal30013217706542315225567
Binary1100000010110101111111011010110001011001101010010101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05A7F; }

 p { color: rgb(192,90,127); }

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

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

 a { background-color: rgb(192,90,127); }

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

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

 span { border-color: rgb(192,90,127); }

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