#C07FAC

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

Shades of Bouquet #C07FAC

Tints of Bouquet #C07FAC

Color information

#C07FAC (or 0xC07FAC) is unknown color: approx Bouquet. HEX triplet: C0, 7F and AC. RGB value is (192,127,172). Sum of RGB (Red+Green+Blue) = 192+127+172=491 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.10% from 491); Green value is 127 (50% from 255 or 25.87% from 491); Blue value is 172 (67.58% from 255 or 35.03% from 491); Max value from RGB is 192 - color contains mainly: red. Hex color #C07FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07FAC is #3F8053. Grayscale: #979797. Windows color (decimal): -4161620 or 11304896. OLE color: 11304896.

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

Color convert

RGB192127172-
CMYK00.340.100.25
HSL318.46º34.03%62.55%-
HSV(B)318.46º33.85%75.29%-
XYZ36.7729.3642.76-
YUV151.56139.53156.84-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.10%
GREEN value IS 127 (50% from 255) = 25.87%
BLUE value IS 172 (67.58% from 255) = 35.03%
R=39.10%
G=25.87%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212717200.340.100.25318.4634.0362.55
HexC07FAC022A1913e223f
Octal30017725404212314764277
Binary110000001111111101011000100010101011001100111110100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07FAC; }

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

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

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

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

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

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

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

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