#C27BAA

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

Shades of Bouquet #C27BAA

Tints of Bouquet #C27BAA

Color information

#C27BAA (or 0xC27BAA) is unknown color: approx Bouquet. HEX triplet: C2, 7B and AA. RGB value is (194,123,170). Sum of RGB (Red+Green+Blue) = 194+123+170=487 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.84% from 487); Green value is 123 (48.44% from 255 or 25.26% from 487); Blue value is 170 (66.80% from 255 or 34.91% from 487); Max value from RGB is 194 - color contains mainly: red. Hex color #C27BAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27BAA is #3D8455. Grayscale: #959595. Windows color (decimal): -4031574 or 11172802. OLE color: 11172802.

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

Color convert

RGB194123170-
CMYK00.370.120.24
HSL320.28º36.79%62.16%-
HSV(B)320.28º36.6%76.08%-
XYZ36.5928.5441.61-
YUV149.59139.52159.68-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.84%
GREEN value IS 123 (48.44% from 255) = 25.26%
BLUE value IS 170 (66.80% from 255) = 34.91%
R=39.84%
G=25.26%
B=34.91%

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
Decimal19412317000.370.120.24320.2836.7962.16
HexC27BAA025C18140253e
Octal30217325204514305004576
Binary110000101111011101010100100101110011000101000000100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27BAA; }

 p { color: rgb(194,123,170); }

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

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

 a { background-color: rgb(194,123,170); }

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

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

 span { border-color: rgb(194,123,170); }

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