#C376AE

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

Shades of Bouquet #C376AE

Tints of Bouquet #C376AE

Color information

#C376AE (or 0xC376AE) is unknown color: approx Bouquet. HEX triplet: C3, 76 and AE. RGB value is (195,118,174). Sum of RGB (Red+Green+Blue) = 195+118+174=487 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.04% from 487); Green value is 118 (46.48% from 255 or 24.23% from 487); Blue value is 174 (68.36% from 255 or 35.73% from 487); Max value from RGB is 195 - color contains mainly: red. Hex color #C376AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C376AE is #3C8951. Grayscale: #939393. Windows color (decimal): -3967314 or 11433667. OLE color: 11433667.

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

Color convert

RGB195118174-
CMYK00.390.110.24
HSL316.36º39.09%61.37%-
HSV(B)316.36º39.49%76.47%-
XYZ36.6227.6143.44-
YUV147.41143.01161.95-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.04%
GREEN value IS 118 (46.48% from 255) = 24.23%
BLUE value IS 174 (68.36% from 255) = 35.73%
R=40.04%
G=24.23%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19511817400.390.110.24316.3639.0961.37
HexC376AE027B1813c273d
Octal30316625604713304744775
Binary110000111110110101011100100111101111000100111100100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C376AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C376AE; }

 p { color: rgb(195,118,174); }

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

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

 a { background-color: rgb(195,118,174); }

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

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

 span { border-color: rgb(195,118,174); }

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