#C06A98

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

Shades of Hopbush #C06A98

Tints of Hopbush #C06A98

Color information

#C06A98 (or 0xC06A98) is unknown color: approx Hopbush. HEX triplet: C0, 6A and 98. RGB value is (192,106,152). Sum of RGB (Red+Green+Blue) = 192+106+152=450 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.67% from 450); Green value is 106 (41.80% from 255 or 23.56% from 450); Blue value is 152 (59.77% from 255 or 33.78% from 450); Max value from RGB is 192 - color contains mainly: red. Hex color #C06A98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06A98 is #3F9567. Grayscale: #888888. Windows color (decimal): -4167016 or 9988800. OLE color: 9988800.

HSL color Cylindrical-coordinate representation of color #C06A98: hue angle of 327.91º 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 #C06A98 is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB192106152-
CMYK00.450.210.25
HSL327.91º40.57%58.43%-
HSV(B)327.91º44.79%75.29%-
XYZ32.5623.7832.58-
YUV136.96136.49167.26-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.67%
GREEN value IS 106 (41.80% from 255) = 23.56%
BLUE value IS 152 (59.77% from 255) = 33.78%
R=42.67%
G=23.56%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210615200.450.210.25327.9140.5758.43
HexC06A9802D1519148293a
Octal30015223005525315105172
Binary1100000011010101001100001011011010111001101001000101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06A98; }

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

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

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

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

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

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

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

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