#C06589

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

Shades of Hopbush #C06589

Tints of Hopbush #C06589

Color information

#C06589 (or 0xC06589) is unknown color: approx Hopbush. HEX triplet: C0, 65 and 89. RGB value is (192,101,137). Sum of RGB (Red+Green+Blue) = 192+101+137=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 101 (39.84% from 255 or 23.49% from 430); Blue value is 137 (53.91% from 255 or 31.86% from 430); Max value from RGB is 192 - color contains mainly: red. Hex color #C06589 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06589 is #3F9A76. Grayscale: #848484. Windows color (decimal): -4168311 or 9004480. OLE color: 9004480.

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

Color convert

RGB192101137-
CMYK00.470.290.25
HSL336.26º41.94%57.45%-
HSV(B)336.26º47.4%75.29%-
XYZ30.9122.3226.35-
YUV132.31130.65170.57-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.65%
GREEN value IS 101 (39.84% from 255) = 23.49%
BLUE value IS 137 (53.91% from 255) = 31.86%
R=44.65%
G=23.49%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210113700.470.290.25336.2641.9457.45
HexC0658902F1D191502a39
Octal30014521105735315205271
Binary1100000011001011000100101011111110111001101010000101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06589; }

 p { color: rgb(192,101,137); }

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

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

 a { background-color: rgb(192,101,137); }

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

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

 span { border-color: rgb(192,101,137); }

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