#C379A9

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

Shades of Bouquet #C379A9

Tints of Bouquet #C379A9

Color information

#C379A9 (or 0xC379A9) is unknown color: approx Bouquet. HEX triplet: C3, 79 and A9. RGB value is (195,121,169). Sum of RGB (Red+Green+Blue) = 195+121+169=485 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.21% from 485); Green value is 121 (47.66% from 255 or 24.95% from 485); Blue value is 169 (66.41% from 255 or 34.85% from 485); Max value from RGB is 195 - color contains mainly: red. Hex color #C379A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C379A9 is #3C8656. Grayscale: #949494. Windows color (decimal): -3966551 or 11106755. OLE color: 11106755.

HSL color Cylindrical-coordinate representation of color #C379A9: hue angle of 321.08º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C379A9 is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB195121169-
CMYK00.380.130.24
HSL321.08º38.14%61.96%-
HSV(B)321.08º37.95%76.47%-
XYZ36.528.1441.04-
YUV148.6139.52161.1-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.21%
GREEN value IS 121 (47.66% from 255) = 24.95%
BLUE value IS 169 (66.41% from 255) = 34.85%
R=40.21%
G=24.95%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512116900.380.130.24321.0838.1461.96
HexC379A9026D18141263e
Octal30317125104615305014676
Binary110000111111001101010010100110110111000101000001100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C379A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C379A9; }

 p { color: rgb(195,121,169); }

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

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

 a { background-color: rgb(195,121,169); }

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

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

 span { border-color: rgb(195,121,169); }

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