#C37CAA

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

Shades of Bouquet #C37CAA

Tints of Bouquet #C37CAA

Color information

#C37CAA (or 0xC37CAA) is unknown color: approx Bouquet. HEX triplet: C3, 7C and AA. RGB value is (195,124,170). Sum of RGB (Red+Green+Blue) = 195+124+170=489 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.88% from 489); Green value is 124 (48.83% from 255 or 25.36% from 489); Blue value is 170 (66.80% from 255 or 34.76% from 489); Max value from RGB is 195 - color contains mainly: red. Hex color #C37CAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37CAA is #3C8355. Grayscale: #969696. Windows color (decimal): -3965782 or 11173059. OLE color: 11173059.

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

Color convert

RGB195124170-
CMYK00.360.130.24
HSL321.13º37.17%62.55%-
HSV(B)321.13º36.41%76.47%-
XYZ36.9728.9241.66-
YUV150.47139.02159.76-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.88%
GREEN value IS 124 (48.83% from 255) = 25.36%
BLUE value IS 170 (66.80% from 255) = 34.76%
R=39.88%
G=25.36%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512417000.360.130.24321.1337.1762.55
HexC37CAA024D18141253f
Octal30317425204415305014577
Binary110000111111100101010100100100110111000101000001100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37CAA; }

 p { color: rgb(195,124,170); }

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

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

 a { background-color: rgb(195,124,170); }

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

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

 span { border-color: rgb(195,124,170); }

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