#C280A7

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

Shades of Bouquet #C280A7

Tints of Bouquet #C280A7

Color information

#C280A7 (or 0xC280A7) is unknown color: approx Bouquet. HEX triplet: C2, 80 and A7. RGB value is (194,128,167). Sum of RGB (Red+Green+Blue) = 194+128+167=489 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.67% from 489); Green value is 128 (50.39% from 255 or 26.18% from 489); Blue value is 167 (65.62% from 255 or 34.15% from 489); Max value from RGB is 194 - color contains mainly: red. Hex color #C280A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C280A7 is #3D7F58. Grayscale: #989898. Windows color (decimal): -4030297 or 10977474. OLE color: 10977474.

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

Color convert

RGB194128167-
CMYK00.340.140.24
HSL324.55º35.11%63.14%-
HSV(B)324.55º34.02%76.08%-
XYZ36.9429.740.34-
YUV152.18136.37157.83-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.67%
GREEN value IS 128 (50.39% from 255) = 26.18%
BLUE value IS 167 (65.62% from 255) = 34.15%
R=39.67%
G=26.18%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.14
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412816700.340.140.24324.5535.1163.14
HexC280A7022E18145233f
Octal30220024704216305054377
Binary1100001010000000101001110100010111011000101000101100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C280A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C280A7; }

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

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

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

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

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

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

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

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