#C05F88

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

Shades of Hopbush #C05F88

Tints of Hopbush #C05F88

Color information

#C05F88 (or 0xC05F88) is unknown color: approx Hopbush. HEX triplet: C0, 5F and 88. RGB value is (192,95,136). Sum of RGB (Red+Green+Blue) = 192+95+136=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 95 (37.5% from 255 or 22.46% from 423); Blue value is 136 (53.52% from 255 or 32.15% from 423); Max value from RGB is 192 - color contains mainly: red. Hex color #C05F88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05F88 is #3FA077. Grayscale: #808080. Windows color (decimal): -4169848 or 8937408. OLE color: 8937408.

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

Color convert

RGB19295136-
CMYK00.510.290.25
HSL334.64º43.5%56.27%-
HSV(B)334.64º50.52%75.29%-
XYZ30.2721.1725.78-
YUV128.68132.14173.17-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.39%
GREEN value IS 95 (37.5% from 255) = 22.46%
BLUE value IS 136 (53.52% from 255) = 32.15%
R=45.39%
G=22.46%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929513600.510.290.25334.6443.556.27
HexC05F880331D1914f2b38
Octal30013721006335315175370
Binary1100000010111111000100001100111110111001101001111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05F88; }

 p { color: rgb(192,95,136); }

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

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

 a { background-color: rgb(192,95,136); }

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

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

 span { border-color: rgb(192,95,136); }

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