#C477AD

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

Shades of Bouquet #C477AD

Tints of Bouquet #C477AD

Color information

#C477AD (or 0xC477AD) is unknown color: approx Bouquet. HEX triplet: C4, 77 and AD. RGB value is (196,119,173). Sum of RGB (Red+Green+Blue) = 196+119+173=488 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.16% from 488); Green value is 119 (46.88% from 255 or 24.39% from 488); Blue value is 173 (67.97% from 255 or 35.45% from 488); Max value from RGB is 196 - color contains mainly: red. Hex color #C477AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C477AD is #3B8852. Grayscale: #949494. Windows color (decimal): -3901523 or 11368388. OLE color: 11368388.

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

Color convert

RGB196119173-
CMYK00.390.120.23
HSL317.92º39.49%61.76%-
HSV(B)317.92º39.29%76.86%-
XYZ36.927.9542.98-
YUV148.18142.01162.11-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.16%
GREEN value IS 119 (46.88% from 255) = 24.39%
BLUE value IS 173 (67.97% from 255) = 35.45%
R=40.16%
G=24.39%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19611917300.390.120.23317.9239.4961.76
HexC477AD027C1713e273e
Octal30416725504714274764776
Binary110001001110111101011010100111110010111100111110100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C477AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C477AD; }

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

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

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

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

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

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

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

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