#C06390

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

Shades of Hopbush #C06390

Tints of Hopbush #C06390

Color information

#C06390 (or 0xC06390) is unknown color: approx Hopbush. HEX triplet: C0, 63 and 90. RGB value is (192,99,144). Sum of RGB (Red+Green+Blue) = 192+99+144=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 99 (39.06% from 255 or 22.76% from 435); Blue value is 144 (56.64% from 255 or 33.10% from 435); Max value from RGB is 192 - color contains mainly: red. Hex color #C06390 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06390 is #3F9C6F. Grayscale: #838383. Windows color (decimal): -4168816 or 9462720. OLE color: 9462720.

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

Color convert

RGB19299144-
CMYK00.480.250.25
HSL330.97º42.47%57.06%-
HSV(B)330.97º48.44%75.29%-
XYZ31.2322.1429.01-
YUV131.94134.81170.84-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.14%
GREEN value IS 99 (39.06% from 255) = 22.76%
BLUE value IS 144 (56.64% from 255) = 33.10%
R=44.14%
G=22.76%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929914400.480.250.25330.9742.4757.06
HexC06390030191914b2a39
Octal30014322006031315135271
Binary1100000011000111001000001100001100111001101001011101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06390; }

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

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

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

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

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

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

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

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