#C27AAB

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

Shades of Bouquet #C27AAB

Tints of Bouquet #C27AAB

Color information

#C27AAB (or 0xC27AAB) is unknown color: approx Bouquet. HEX triplet: C2, 7A and AB. RGB value is (194,122,171). Sum of RGB (Red+Green+Blue) = 194+122+171=487 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.84% from 487); Green value is 122 (48.05% from 255 or 25.05% from 487); Blue value is 171 (67.19% from 255 or 35.11% from 487); Max value from RGB is 194 - color contains mainly: red. Hex color #C27AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27AAB is #3D8554. Grayscale: #949494. Windows color (decimal): -4031829 or 11238082. OLE color: 11238082.

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

Color convert

RGB194122171-
CMYK00.370.120.24
HSL319.17º37.11%61.96%-
HSV(B)319.17º37.11%76.08%-
XYZ36.5628.3342.07-
YUV149.11140.35160.02-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.84%
GREEN value IS 122 (48.05% from 255) = 25.05%
BLUE value IS 171 (67.19% from 255) = 35.11%
R=39.84%
G=25.05%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412217100.370.120.24319.1737.1161.96
HexC27AAB025C1813f253e
Octal30217225304514304774576
Binary110000101111010101010110100101110011000100111111100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27AAB; }

 p { color: rgb(194,122,171); }

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

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

 a { background-color: rgb(194,122,171); }

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

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

 span { border-color: rgb(194,122,171); }

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