#C06198

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

Shades of Hopbush #C06198

Tints of Hopbush #C06198

Color information

#C06198 (or 0xC06198) is unknown color: approx Hopbush. HEX triplet: C0, 61 and 98. RGB value is (192,97,152). Sum of RGB (Red+Green+Blue) = 192+97+152=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 97 (38.28% from 255 or 22.00% from 441); Blue value is 152 (59.77% from 255 or 34.47% from 441); Max value from RGB is 192 - color contains mainly: red. Hex color #C06198 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06198 is #3F9E67. Grayscale: #838383. Windows color (decimal): -4169320 or 9986496. OLE color: 9986496.

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

Color convert

RGB19297152-
CMYK00.490.210.25
HSL325.26º42.99%56.67%-
HSV(B)325.26º49.48%75.29%-
XYZ31.6822.0232.29-
YUV131.68139.47171.03-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.54%
GREEN value IS 97 (38.28% from 255) = 22.00%
BLUE value IS 152 (59.77% from 255) = 34.47%
R=43.54%
G=22.00%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929715200.490.210.25325.2642.9956.67
HexC0619803115191452b39
Octal30014123006125315055371
Binary1100000011000011001100001100011010111001101000101101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06198; }

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

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

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

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

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

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

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

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