#C474AC

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

Shades of Bouquet #C474AC

Tints of Bouquet #C474AC

Color information

#C474AC (or 0xC474AC) is unknown color: approx Bouquet. HEX triplet: C4, 74 and AC. RGB value is (196,116,172). Sum of RGB (Red+Green+Blue) = 196+116+172=484 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.50% from 484); Green value is 116 (45.70% from 255 or 23.97% from 484); Blue value is 172 (67.58% from 255 or 35.54% from 484); Max value from RGB is 196 - color contains mainly: red. Hex color #C474AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C474AC is #3B8B53. Grayscale: #929292. Windows color (decimal): -3902292 or 11302084. OLE color: 11302084.

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

Color convert

RGB196116172-
CMYK00.410.120.23
HSL318º40.4%61.18%-
HSV(B)318º40.82%76.86%-
XYZ36.4627.2142.36-
YUV146.3142.5163.45-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.50%
GREEN value IS 116 (45.70% from 255) = 23.97%
BLUE value IS 172 (67.58% from 255) = 35.54%
R=40.50%
G=23.97%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19611617200.410.120.2331840.461.18
HexC474AC029C1713e283d
Octal30416425405114274765075
Binary110001001110100101011000101001110010111100111110101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C474AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C474AC; }

 p { color: rgb(196,116,172); }

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

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

 a { background-color: rgb(196,116,172); }

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

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

 span { border-color: rgb(196,116,172); }

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