#C472AF

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

Shades of Bouquet #C472AF

Tints of Bouquet #C472AF

Color information

#C472AF (or 0xC472AF) is unknown color: approx Bouquet. HEX triplet: C4, 72 and AF. RGB value is (196,114,175). Sum of RGB (Red+Green+Blue) = 196+114+175=485 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.41% from 485); Green value is 114 (44.92% from 255 or 23.51% from 485); Blue value is 175 (68.75% from 255 or 36.08% from 485); Max value from RGB is 196 - color contains mainly: red. Hex color #C472AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C472AF is #3B8D50. Grayscale: #919191. Windows color (decimal): -3902801 or 11498180. OLE color: 11498180.

HSL color Cylindrical-coordinate representation of color #C472AF: hue angle of 315.37º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C472AF is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB196114175-
CMYK00.420.110.23
HSL315.37º41%60.78%-
HSV(B)315.37º41.84%76.86%-
XYZ36.5226.8743.82-
YUV145.47144.67164.04-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.41%
GREEN value IS 114 (44.92% from 255) = 23.51%
BLUE value IS 175 (68.75% from 255) = 36.08%
R=40.41%
G=23.51%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19611417500.420.110.23315.374160.78
HexC472AF02AB1713b293d
Octal30416225705213274735175
Binary110001001110010101011110101010101110111100111011101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C472AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C472AF; }

 p { color: rgb(196,114,175); }

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

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

 a { background-color: rgb(196,114,175); }

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

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

 span { border-color: rgb(196,114,175); }

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