#C06099

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

Shades of Hopbush #C06099

Tints of Hopbush #C06099

Color information

#C06099 (or 0xC06099) is unknown color: approx Hopbush. HEX triplet: C0, 60 and 99. RGB value is (192,96,153). Sum of RGB (Red+Green+Blue) = 192+96+153=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 96 (37.89% from 255 or 21.77% from 441); Blue value is 153 (60.16% from 255 or 34.69% from 441); Max value from RGB is 192 - color contains mainly: red. Hex color #C06099 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06099 is #3F9F66. Grayscale: #838383. Windows color (decimal): -4169575 or 10051776. OLE color: 10051776.

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

Color convert

RGB19296153-
CMYK00.500.200.25
HSL324.38º43.24%56.47%-
HSV(B)324.38º50%75.29%-
XYZ31.6721.8732.69-
YUV131.2140.3171.37-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.54%
GREEN value IS 96 (37.89% from 255) = 21.77%
BLUE value IS 153 (60.16% from 255) = 34.69%
R=43.54%
G=21.77%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929615300.500.200.25324.3843.2456.47
HexC0609903214191442b38
Octal30014023106224315045370
Binary1100000011000001001100101100101010011001101000100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06099; }

 p { color: rgb(192,96,153); }

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

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

 a { background-color: rgb(192,96,153); }

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

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

 span { border-color: rgb(192,96,153); }

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