#C477AB

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

Shades of Bouquet #C477AB

Tints of Bouquet #C477AB

Color information

#C477AB (or 0xC477AB) is unknown color: approx Bouquet. HEX triplet: C4, 77 and AB. RGB value is (196,119,171). Sum of RGB (Red+Green+Blue) = 196+119+171=486 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.33% from 486); Green value is 119 (46.88% from 255 or 24.49% from 486); Blue value is 171 (67.19% from 255 or 35.19% from 486); Max value from RGB is 196 - color contains mainly: red. Hex color #C477AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C477AB is #3B8854. Grayscale: #939393. Windows color (decimal): -3901525 or 11237316. OLE color: 11237316.

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

Color convert

RGB196119171-
CMYK00.390.130.23
HSL319.48º39.49%61.76%-
HSV(B)319.48º39.29%76.86%-
XYZ36.7127.8741.97-
YUV147.95141.01162.27-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.33%
GREEN value IS 119 (46.88% from 255) = 24.49%
BLUE value IS 171 (67.19% from 255) = 35.19%
R=40.33%
G=24.49%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19611917100.390.130.23319.4839.4961.76
HexC477AB027D1713f273e
Octal30416725304715274774776
Binary110001001110111101010110100111110110111100111111100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C477AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C477AB; }

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

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

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

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

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

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

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

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