#C06F9D

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

Shades of Hopbush #C06F9D

Tints of Hopbush #C06F9D

Color information

#C06F9D (or 0xC06F9D) is unknown color: approx Hopbush. HEX triplet: C0, 6F and 9D. RGB value is (192,111,157). Sum of RGB (Red+Green+Blue) = 192+111+157=460 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.74% from 460); Green value is 111 (43.75% from 255 or 24.13% from 460); Blue value is 157 (61.72% from 255 or 34.13% from 460); Max value from RGB is 192 - color contains mainly: red. Hex color #C06F9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06F9D is #3F9062. Grayscale: #8C8C8C. Windows color (decimal): -4165731 or 10317760. OLE color: 10317760.

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

Color convert

RGB192111157-
CMYK00.420.180.25
HSL325.93º39.13%59.41%-
HSV(B)325.93º42.19%75.29%-
XYZ33.5125.0134.96-
YUV140.46137.34164.76-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.74%
GREEN value IS 111 (43.75% from 255) = 24.13%
BLUE value IS 157 (61.72% from 255) = 34.13%
R=41.74%
G=24.13%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211115700.420.180.25325.9339.1359.41
HexC06F9D02A1219146273b
Octal30015723505222315064773
Binary1100000011011111001110101010101001011001101000110100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06F9D; }

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

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

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

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

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

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

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

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