#C280AA

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

Shades of Bouquet #C280AA

Tints of Bouquet #C280AA

Color information

#C280AA (or 0xC280AA) is unknown color: approx Bouquet. HEX triplet: C2, 80 and AA. RGB value is (194,128,170). Sum of RGB (Red+Green+Blue) = 194+128+170=492 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.43% from 492); Green value is 128 (50.39% from 255 or 26.02% from 492); Blue value is 170 (66.80% from 255 or 34.55% from 492); Max value from RGB is 194 - color contains mainly: red. Hex color #C280AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C280AA is #3D7F55. Grayscale: #989898. Windows color (decimal): -4030294 or 11174082. OLE color: 11174082.

HSL color Cylindrical-coordinate representation of color #C280AA: hue angle of 321.82º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C280AA is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB194128170-
CMYK00.340.120.24
HSL321.82º35.11%63.14%-
HSV(B)321.82º34.02%76.08%-
XYZ37.2229.8141.82-
YUV152.52137.87157.58-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.43%
GREEN value IS 128 (50.39% from 255) = 26.02%
BLUE value IS 170 (66.80% from 255) = 34.55%
R=39.43%
G=26.02%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412817000.340.120.24321.8235.1163.14
HexC280AA022C18142233f
Octal30220025204214305024377
Binary1100001010000000101010100100010110011000101000010100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C280AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C280AA; }

 p { color: rgb(194,128,170); }

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

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

 a { background-color: rgb(194,128,170); }

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

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

 span { border-color: rgb(194,128,170); }

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