#C07FAB

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

Shades of Bouquet #C07FAB

Tints of Bouquet #C07FAB

Color information

#C07FAB (or 0xC07FAB) is unknown color: approx Bouquet. HEX triplet: C0, 7F and AB. RGB value is (192,127,171). Sum of RGB (Red+Green+Blue) = 192+127+171=490 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.18% from 490); Green value is 127 (50% from 255 or 25.92% from 490); Blue value is 171 (67.19% from 255 or 34.90% from 490); Max value from RGB is 192 - color contains mainly: red. Hex color #C07FAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07FAB is #3F8054. Grayscale: #979797. Windows color (decimal): -4161621 or 11239360. OLE color: 11239360.

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

Color convert

RGB192127171-
CMYK00.340.110.25
HSL319.38º34.03%62.55%-
HSV(B)319.38º33.85%75.29%-
XYZ36.6829.3342.26-
YUV151.45139.03156.92-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.18%
GREEN value IS 127 (50% from 255) = 25.92%
BLUE value IS 171 (67.19% from 255) = 34.90%
R=39.18%
G=25.92%
B=34.90%

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
Decimal19212717100.340.110.25319.3834.0362.55
HexC07FAB022B1913f223f
Octal30017725304213314774277
Binary110000001111111101010110100010101111001100111111100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07FAB; }

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

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

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

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

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

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

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

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