#C05C7A

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

Shades of Royal Heath #C05C7A

Tints of Royal Heath #C05C7A

Color information

#C05C7A (or 0xC05C7A) is unknown color: approx Royal Heath. HEX triplet: C0, 5C and 7A. RGB value is (192,92,122). Sum of RGB (Red+Green+Blue) = 192+92+122=406 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.29% from 406); Green value is 92 (36.33% from 255 or 22.66% from 406); Blue value is 122 (48.05% from 255 or 30.05% from 406); Max value from RGB is 192 - color contains mainly: red. Hex color #C05C7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05C7A is #3FA385. Grayscale: #7D7D7D. Windows color (decimal): -4170630 or 8019136. OLE color: 8019136.

HSL color Cylindrical-coordinate representation of color #C05C7A: hue angle of 342º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C05C7A is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB19292122-
CMYK00.520.360.25
HSL342º44.25%55.69%-
HSV(B)342º52.08%75.29%-
XYZ29.0820.2720.79-
YUV125.32126.13175.56-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.29%
GREEN value IS 92 (36.33% from 255) = 22.66%
BLUE value IS 122 (48.05% from 255) = 30.05%
R=47.29%
G=22.66%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929212200.520.360.2534244.2555.69
HexC05C7A03424191562c38
Octal30013417206444315265470
Binary1100000010111001111010011010010010011001101010110101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05C7A; }

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

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

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

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

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

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

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

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