#C37BAB

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

Shades of Bouquet #C37BAB

Tints of Bouquet #C37BAB

Color information

#C37BAB (or 0xC37BAB) is unknown color: approx Bouquet. HEX triplet: C3, 7B and AB. RGB value is (195,123,171). Sum of RGB (Red+Green+Blue) = 195+123+171=489 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.88% from 489); Green value is 123 (48.44% from 255 or 25.15% from 489); Blue value is 171 (67.19% from 255 or 34.97% from 489); Max value from RGB is 195 - color contains mainly: red. Hex color #C37BAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37BAB is #3C8454. Grayscale: #959595. Windows color (decimal): -3966037 or 11238339. OLE color: 11238339.

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

Color convert

RGB195123171-
CMYK00.370.120.24
HSL320º37.5%62.35%-
HSV(B)320º36.92%76.47%-
XYZ36.9428.7142.12-
YUV150139.85160.1-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.88%
GREEN value IS 123 (48.44% from 255) = 25.15%
BLUE value IS 171 (67.19% from 255) = 34.97%
R=39.88%
G=25.15%
B=34.97%

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
Decimal19512317100.370.120.2432037.562.35
HexC37BAB025C18140263e
Octal30317325304514305004676
Binary110000111111011101010110100101110011000101000000100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37BAB; }

 p { color: rgb(195,123,171); }

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

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

 a { background-color: rgb(195,123,171); }

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

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

 span { border-color: rgb(195,123,171); }

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