#C06990

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

Shades of Hopbush #C06990

Tints of Hopbush #C06990

Color information

#C06990 (or 0xC06990) is unknown color: approx Hopbush. HEX triplet: C0, 69 and 90. RGB value is (192,105,144). Sum of RGB (Red+Green+Blue) = 192+105+144=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 105 (41.41% from 255 or 23.81% from 441); Blue value is 144 (56.64% from 255 or 32.65% from 441); Max value from RGB is 192 - color contains mainly: red. Hex color #C06990 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06990 is #3F966F. Grayscale: #878787. Windows color (decimal): -4167280 or 9464256. OLE color: 9464256.

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

Color convert

RGB192105144-
CMYK00.450.250.25
HSL333.1º40.85%58.24%-
HSV(B)333.1º45.31%75.29%-
XYZ31.8223.3229.21-
YUV135.46132.82168.33-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.54%
GREEN value IS 105 (41.41% from 255) = 23.81%
BLUE value IS 144 (56.64% from 255) = 32.65%
R=43.54%
G=23.81%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210514400.450.250.25333.140.8558.24
HexC0699002D191914d293a
Octal30015122005531315155172
Binary1100000011010011001000001011011100111001101001101101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06990; }

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

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

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

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

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

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

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

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