#C06A99

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

Shades of Hopbush #C06A99

Tints of Hopbush #C06A99

Color information

#C06A99 (or 0xC06A99) is unknown color: approx Hopbush. HEX triplet: C0, 6A and 99. RGB value is (192,106,153). Sum of RGB (Red+Green+Blue) = 192+106+153=451 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.57% from 451); Green value is 106 (41.80% from 255 or 23.50% from 451); Blue value is 153 (60.16% from 255 or 33.92% from 451); Max value from RGB is 192 - color contains mainly: red. Hex color #C06A99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06A99 is #3F9566. Grayscale: #888888. Windows color (decimal): -4167015 or 10054336. OLE color: 10054336.

HSL color Cylindrical-coordinate representation of color #C06A99: hue angle of 327.21º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C06A99 is Cyan = 0, Magento = 0.45, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB192106153-
CMYK00.450.200.25
HSL327.21º40.57%58.43%-
HSV(B)327.21º44.79%75.29%-
XYZ32.6423.8133.01-
YUV137.07136.99167.18-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.57%
GREEN value IS 106 (41.80% from 255) = 23.50%
BLUE value IS 153 (60.16% from 255) = 33.92%
R=42.57%
G=23.50%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210615300.450.200.25327.2140.5758.43
HexC06A9902D1419147293a
Octal30015223105524315075172
Binary1100000011010101001100101011011010011001101000111101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06A99; }

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

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

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

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

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

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

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

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