#C06FAC

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

Shades of Bouquet #C06FAC

Tints of Bouquet #C06FAC

Color information

#C06FAC (or 0xC06FAC) is unknown color: approx Bouquet. HEX triplet: C0, 6F and AC. RGB value is (192,111,172). Sum of RGB (Red+Green+Blue) = 192+111+172=475 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.42% from 475); Green value is 111 (43.75% from 255 or 23.37% from 475); Blue value is 172 (67.58% from 255 or 36.21% from 475); Max value from RGB is 192 - color contains mainly: red. Hex color #C06FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06FAC is #3F9053. Grayscale: #8E8E8E. Windows color (decimal): -4165716 or 11300800. OLE color: 11300800.

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

Color convert

RGB192111172-
CMYK00.420.100.25
HSL314.81º39.13%59.41%-
HSV(B)314.81º42.19%75.29%-
XYZ34.8725.5542.12-
YUV142.17144.84163.54-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.42%
GREEN value IS 111 (43.75% from 255) = 23.37%
BLUE value IS 172 (67.58% from 255) = 36.21%
R=40.42%
G=23.37%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211117200.420.100.25314.8139.1359.41
HexC06FAC02AA1913b273b
Octal30015725405212314734773
Binary110000001101111101011000101010101011001100111011100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06FAC; }

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

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

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

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

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

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

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

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