#C05B7B

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

Shades of Royal Heath #C05B7B

Tints of Royal Heath #C05B7B

Color information

#C05B7B (or 0xC05B7B) is unknown color: approx Royal Heath. HEX triplet: C0, 5B and 7B. RGB value is (192,91,123). Sum of RGB (Red+Green+Blue) = 192+91+123=406 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.29% from 406); Green value is 91 (35.94% from 255 or 22.41% from 406); Blue value is 123 (48.44% from 255 or 30.30% from 406); Max value from RGB is 192 - color contains mainly: red. Hex color #C05B7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05B7B is #3FA484. Grayscale: #7C7C7C. Windows color (decimal): -4170885 or 8084416. OLE color: 8084416.

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

Color convert

RGB19291123-
CMYK00.530.360.25
HSL340.99º44.49%55.49%-
HSV(B)340.99º52.6%75.29%-
XYZ29.0520.1221.09-
YUV124.85126.96175.9-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.29%
GREEN value IS 91 (35.94% from 255) = 22.41%
BLUE value IS 123 (48.44% from 255) = 30.30%
R=47.29%
G=22.41%
B=30.30%

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
Decimal1929112300.530.360.25340.9944.4955.49
HexC05B7B03524191552c37
Octal30013317306544315255467
Binary1100000010110111111011011010110010011001101010101101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05B7B; }

 p { color: rgb(192,91,123); }

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

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

 a { background-color: rgb(192,91,123); }

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

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

 span { border-color: rgb(192,91,123); }

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