#C379AC

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

Shades of Bouquet #C379AC

Tints of Bouquet #C379AC

Color information

#C379AC (or 0xC379AC) is unknown color: approx Bouquet. HEX triplet: C3, 79 and AC. RGB value is (195,121,172). Sum of RGB (Red+Green+Blue) = 195+121+172=488 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.96% from 488); Green value is 121 (47.66% from 255 or 24.80% from 488); Blue value is 172 (67.58% from 255 or 35.25% from 488); Max value from RGB is 195 - color contains mainly: red. Hex color #C379AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C379AC is #3C8653. Grayscale: #949494. Windows color (decimal): -3966548 or 11303363. OLE color: 11303363.

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

Color convert

RGB195121172-
CMYK00.380.120.24
HSL318.65º38.14%61.96%-
HSV(B)318.65º37.95%76.47%-
XYZ36.7928.2642.54-
YUV148.94141.02160.85-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.96%
GREEN value IS 121 (47.66% from 255) = 24.80%
BLUE value IS 172 (67.58% from 255) = 35.25%
R=39.96%
G=24.80%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512117200.380.120.24318.6538.1461.96
HexC379AC026C1813f263e
Octal30317125404614304774676
Binary110000111111001101011000100110110011000100111111100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C379AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C379AC; }

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

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

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

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

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

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

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

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