#c05a7a

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

Shades of Royal Heath #C05A7A

Tints of Royal Heath #C05A7A

Color information

#C05A7A (or 0xC05A7A) is unknown color: approx Royal Heath. HEX triplet: C0, 5A and 7A. RGB value is (192,90,122). Sum of RGB (Red+Green+Blue) = 192+90+122=404 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.52% from 404); Green value is 90 (35.55% from 255 or 22.28% from 404); Blue value is 122 (48.05% from 255 or 30.20% from 404); Max value from RGB is 192 - color contains mainly: red. Hex color #C05A7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05A7A is #3FA585. Grayscale: #7C7C7C. Windows color (decimal): -4171142 or 8018624. OLE color: 8018624.

HSL color Cylindrical-coordinate representation of color #C05A7A: hue angle of 341.18º 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 #C05A7A is Cyan = 0, Magento = 0.53, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB19290122-
CMYK00.530.360.25
HSL341.18º44.74%55.29%-
HSV(B)341.18º53.12%75.29%-
XYZ28.9119.9220.73-
YUV124.15126.79176.4-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.52%
GREEN value IS 90 (35.55% from 255) = 22.28%
BLUE value IS 122 (48.05% from 255) = 30.20%
R=47.52%
G=22.28%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929012200.530.360.25341.1844.7455.29
HexC05A7A03524191552d37
Octal30013217206544315255567
Binary1100000010110101111010011010110010011001101010101101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c05a7a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c05a7a; }

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

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

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

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

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

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

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

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