#C06F90

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

Shades of Hopbush #C06F90

Tints of Hopbush #C06F90

Color information

#C06F90 (or 0xC06F90) is unknown color: approx Hopbush. HEX triplet: C0, 6F and 90. RGB value is (192,111,144). Sum of RGB (Red+Green+Blue) = 192+111+144=447 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.95% from 447); Green value is 111 (43.75% from 255 or 24.83% from 447); Blue value is 144 (56.64% from 255 or 32.21% from 447); Max value from RGB is 192 - color contains mainly: red. Hex color #C06F90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06F90 is #3F906F. Grayscale: #8A8A8A. Windows color (decimal): -4165744 or 9465792. OLE color: 9465792.

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

Color convert

RGB192111144-
CMYK00.420.250.25
HSL335.56º39.13%59.41%-
HSV(B)335.56º42.19%75.29%-
XYZ32.4624.5929.42-
YUV138.98130.84165.82-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.95%
GREEN value IS 111 (43.75% from 255) = 24.83%
BLUE value IS 144 (56.64% from 255) = 32.21%
R=42.95%
G=24.83%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211114400.420.250.25335.5639.1359.41
HexC06F9002A1919150273b
Octal30015722005231315204773
Binary1100000011011111001000001010101100111001101010000100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06F90; }

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

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

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

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

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

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

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

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