#C07FAA

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

Shades of Bouquet #C07FAA

Tints of Bouquet #C07FAA

Color information

#C07FAA (or 0xC07FAA) is unknown color: approx Bouquet. HEX triplet: C0, 7F and AA. RGB value is (192,127,170). Sum of RGB (Red+Green+Blue) = 192+127+170=489 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.26% from 489); Green value is 127 (50% from 255 or 25.97% from 489); Blue value is 170 (66.80% from 255 or 34.76% from 489); Max value from RGB is 192 - color contains mainly: red. Hex color #C07FAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07FAA is #3F8055. Grayscale: #979797. Windows color (decimal): -4161622 or 11173824. OLE color: 11173824.

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

Color convert

RGB192127170-
CMYK00.340.110.25
HSL320.31º34.03%62.55%-
HSV(B)320.31º33.85%75.29%-
XYZ36.5829.2941.76-
YUV151.34138.53157-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.26%
GREEN value IS 127 (50% from 255) = 25.97%
BLUE value IS 170 (66.80% from 255) = 34.76%
R=39.26%
G=25.97%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212717000.340.110.25320.3134.0362.55
HexC07FAA022B19140223f
Octal30017725204213315004277
Binary110000001111111101010100100010101111001101000000100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07FAA; }

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

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

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

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

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

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

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

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