#C376AC

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

Shades of Bouquet #C376AC

Tints of Bouquet #C376AC

Color information

#C376AC (or 0xC376AC) is unknown color: approx Bouquet. HEX triplet: C3, 76 and AC. RGB value is (195,118,172). Sum of RGB (Red+Green+Blue) = 195+118+172=485 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.21% from 485); Green value is 118 (46.48% from 255 or 24.33% from 485); Blue value is 172 (67.58% from 255 or 35.46% from 485); Max value from RGB is 195 - color contains mainly: red. Hex color #C376AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C376AC is #3C8953. Grayscale: #939393. Windows color (decimal): -3967316 or 11302595. OLE color: 11302595.

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

Color convert

RGB195118172-
CMYK00.390.120.24
HSL317.92º39.09%61.37%-
HSV(B)317.92º39.49%76.47%-
XYZ36.4327.5442.42-
YUV147.18142.01162.11-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.21%
GREEN value IS 118 (46.48% from 255) = 24.33%
BLUE value IS 172 (67.58% from 255) = 35.46%
R=40.21%
G=24.33%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19511817200.390.120.24317.9239.0961.37
HexC376AC027C1813e273d
Octal30316625404714304764775
Binary110000111110110101011000100111110011000100111110100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C376AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C376AC; }

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

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

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

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

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

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

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

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