#C37AAE

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

Shades of Bouquet #C37AAE

Tints of Bouquet #C37AAE

Color information

#C37AAE (or 0xC37AAE) is unknown color: approx Bouquet. HEX triplet: C3, 7A and AE. RGB value is (195,122,174). Sum of RGB (Red+Green+Blue) = 195+122+174=491 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.71% from 491); Green value is 122 (48.05% from 255 or 24.85% from 491); Blue value is 174 (68.36% from 255 or 35.44% from 491); Max value from RGB is 195 - color contains mainly: red. Hex color #C37AAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37AAE is #3C8551. Grayscale: #959595. Windows color (decimal): -3966290 or 11434691. OLE color: 11434691.

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

Color convert

RGB195122174-
CMYK00.370.110.24
HSL317.26º37.82%62.16%-
HSV(B)317.26º37.44%76.47%-
XYZ37.1128.5843.6-
YUV149.76141.68160.27-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.71%
GREEN value IS 122 (48.05% from 255) = 24.85%
BLUE value IS 174 (68.36% from 255) = 35.44%
R=39.71%
G=24.85%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512217400.370.110.24317.2637.8262.16
HexC37AAE025B1813d263e
Octal30317225604513304754676
Binary110000111111010101011100100101101111000100111101100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37AAE; }

 p { color: rgb(195,122,174); }

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

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

 a { background-color: rgb(195,122,174); }

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

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

 span { border-color: rgb(195,122,174); }

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