#C376AA

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

Shades of Bouquet #C376AA

Tints of Bouquet #C376AA

Color information

#C376AA (or 0xC376AA) is unknown color: approx Bouquet. HEX triplet: C3, 76 and AA. RGB value is (195,118,170). Sum of RGB (Red+Green+Blue) = 195+118+170=483 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.37% from 483); Green value is 118 (46.48% from 255 or 24.43% from 483); Blue value is 170 (66.80% from 255 or 35.20% from 483); Max value from RGB is 195 - color contains mainly: red. Hex color #C376AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C376AA is #3C8955. Grayscale: #929292. Windows color (decimal): -3967318 or 11171523. OLE color: 11171523.

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

Color convert

RGB195118170-
CMYK00.390.130.24
HSL319.48º39.09%61.37%-
HSV(B)319.48º39.49%76.47%-
XYZ36.2427.4641.42-
YUV146.95141.01162.27-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.37%
GREEN value IS 118 (46.48% from 255) = 24.43%
BLUE value IS 170 (66.80% from 255) = 35.20%
R=40.37%
G=24.43%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19511817000.390.130.24319.4839.0961.37
HexC376AA027D1813f273d
Octal30316625204715304774775
Binary110000111110110101010100100111110111000100111111100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C376AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C376AA; }

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

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

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

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

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

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

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

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