#C06898

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

Shades of Hopbush #C06898

Tints of Hopbush #C06898

Color information

#C06898 (or 0xC06898) is unknown color: approx Hopbush. HEX triplet: C0, 68 and 98. RGB value is (192,104,152). Sum of RGB (Red+Green+Blue) = 192+104+152=448 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.86% from 448); Green value is 104 (41.02% from 255 or 23.21% from 448); Blue value is 152 (59.77% from 255 or 33.93% from 448); Max value from RGB is 192 - color contains mainly: red. Hex color #C06898 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06898 is #3F9767. Grayscale: #878787. Windows color (decimal): -4167528 or 9988288. OLE color: 9988288.

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

Color convert

RGB192104152-
CMYK00.460.210.25
HSL327.27º41.12%58.04%-
HSV(B)327.27º45.83%75.29%-
XYZ32.3623.3732.51-
YUV135.78137.15168.1-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.86%
GREEN value IS 104 (41.02% from 255) = 23.21%
BLUE value IS 152 (59.77% from 255) = 33.93%
R=42.86%
G=23.21%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210415200.460.210.25327.2741.1258.04
HexC0689802E1519147293a
Octal30015023005625315075172
Binary1100000011010001001100001011101010111001101000111101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06898; }

 p { color: rgb(192,104,152); }

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

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

 a { background-color: rgb(192,104,152); }

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

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

 span { border-color: rgb(192,104,152); }

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