#C377AB

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

Shades of Bouquet #C377AB

Tints of Bouquet #C377AB

Color information

#C377AB (or 0xC377AB) is unknown color: approx Bouquet. HEX triplet: C3, 77 and AB. RGB value is (195,119,171). Sum of RGB (Red+Green+Blue) = 195+119+171=485 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.21% from 485); Green value is 119 (46.88% from 255 or 24.54% from 485); Blue value is 171 (67.19% from 255 or 35.26% from 485); Max value from RGB is 195 - color contains mainly: red. Hex color #C377AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C377AB is #3C8854. Grayscale: #939393. Windows color (decimal): -3967061 or 11237315. OLE color: 11237315.

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

Color convert

RGB195119171-
CMYK00.390.120.24
HSL318.95º38.78%61.57%-
HSV(B)318.95º38.97%76.47%-
XYZ36.4527.7441.96-
YUV147.65141.18161.77-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.21%
GREEN value IS 119 (46.88% from 255) = 24.54%
BLUE value IS 171 (67.19% from 255) = 35.26%
R=40.21%
G=24.54%
B=35.26%

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
Decimal19511917100.390.120.24318.9538.7861.57
HexC377AB027C1813f273e
Octal30316725304714304774776
Binary110000111110111101010110100111110011000100111111100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C377AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C377AB; }

 p { color: rgb(195,119,171); }

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

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

 a { background-color: rgb(195,119,171); }

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

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

 span { border-color: rgb(195,119,171); }

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