#C080AB

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

Shades of Bouquet #C080AB

Tints of Bouquet #C080AB

Color information

#C080AB (or 0xC080AB) is unknown color: approx Bouquet. HEX triplet: C0, 80 and AB. RGB value is (192,128,171). Sum of RGB (Red+Green+Blue) = 192+128+171=491 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.10% from 491); Green value is 128 (50.39% from 255 or 26.07% from 491); Blue value is 171 (67.19% from 255 or 34.83% from 491); Max value from RGB is 192 - color contains mainly: red. Hex color #C080AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C080AB is #3F7F54. Grayscale: #979797. Windows color (decimal): -4161365 or 11239616. OLE color: 11239616.

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

Color convert

RGB192128171-
CMYK00.330.110.25
HSL319.69º33.68%62.75%-
HSV(B)319.69º33.33%75.29%-
XYZ36.8129.5942.3-
YUV152.04138.7156.5-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.10%
GREEN value IS 128 (50.39% from 255) = 26.07%
BLUE value IS 171 (67.19% from 255) = 34.83%
R=39.10%
G=26.07%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212817100.330.110.25319.6933.6862.75
HexC080AB021B19140223f
Octal30020025304113315004277
Binary1100000010000000101010110100001101111001101000000100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C080AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C080AB; }

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

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

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

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

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

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

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

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