#C06398

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

Shades of Hopbush #C06398

Tints of Hopbush #C06398

Color information

#C06398 (or 0xC06398) is unknown color: approx Hopbush. HEX triplet: C0, 63 and 98. RGB value is (192,99,152). Sum of RGB (Red+Green+Blue) = 192+99+152=443 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.34% from 443); Green value is 99 (39.06% from 255 or 22.35% from 443); Blue value is 152 (59.77% from 255 or 34.31% from 443); Max value from RGB is 192 - color contains mainly: red. Hex color #C06398 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06398 is #3F9C67. Grayscale: #848484. Windows color (decimal): -4168808 or 9987008. OLE color: 9987008.

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

Color convert

RGB19299152-
CMYK00.480.210.25
HSL325.81º42.47%57.06%-
HSV(B)325.81º48.44%75.29%-
XYZ31.8722.432.35-
YUV132.85138.81170.19-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.34%
GREEN value IS 99 (39.06% from 255) = 22.35%
BLUE value IS 152 (59.77% from 255) = 34.31%
R=43.34%
G=22.35%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929915200.480.210.25325.8142.4757.06
HexC0639803015191462a39
Octal30014323006025315065271
Binary1100000011000111001100001100001010111001101000110101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06398; }

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

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

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

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

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

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

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

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