#C06FAD

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

Shades of Bouquet #C06FAD

Tints of Bouquet #C06FAD

Color information

#C06FAD (or 0xC06FAD) is unknown color: approx Bouquet. HEX triplet: C0, 6F and AD. RGB value is (192,111,173). Sum of RGB (Red+Green+Blue) = 192+111+173=476 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.34% from 476); Green value is 111 (43.75% from 255 or 23.32% from 476); Blue value is 173 (67.97% from 255 or 36.34% from 476); Max value from RGB is 192 - color contains mainly: red. Hex color #C06FAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06FAD is #3F9052. Grayscale: #8E8E8E. Windows color (decimal): -4165715 or 11366336. OLE color: 11366336.

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

Color convert

RGB192111173-
CMYK00.420.100.25
HSL314.07º39.13%59.41%-
HSV(B)314.07º42.19%75.29%-
XYZ34.9725.5942.63-
YUV142.29145.34163.46-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.34%
GREEN value IS 111 (43.75% from 255) = 23.32%
BLUE value IS 173 (67.97% from 255) = 36.34%
R=40.34%
G=23.32%
B=36.34%

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
Decimal19211117300.420.100.25314.0739.1359.41
HexC06FAD02AA1913a273b
Octal30015725505212314724773
Binary110000001101111101011010101010101011001100111010100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06FAD; }

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

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

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

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

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

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

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

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