#C37AAD

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

Shades of Bouquet #C37AAD

Tints of Bouquet #C37AAD

Color information

#C37AAD (or 0xC37AAD) is unknown color: approx Bouquet. HEX triplet: C3, 7A and AD. RGB value is (195,122,173). Sum of RGB (Red+Green+Blue) = 195+122+173=490 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.80% from 490); Green value is 122 (48.05% from 255 or 24.90% from 490); Blue value is 173 (67.97% from 255 or 35.31% from 490); Max value from RGB is 195 - color contains mainly: red. Hex color #C37AAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37AAD is #3C8552. Grayscale: #959595. Windows color (decimal): -3966291 or 11369155. OLE color: 11369155.

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

Color convert

RGB195122173-
CMYK00.370.110.24
HSL318.08º37.82%62.16%-
HSV(B)318.08º37.44%76.47%-
XYZ37.0128.5443.09-
YUV149.64141.18160.35-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.80%
GREEN value IS 122 (48.05% from 255) = 24.90%
BLUE value IS 173 (67.97% from 255) = 35.31%
R=39.80%
G=24.90%
B=35.31%

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
Decimal19512217300.370.110.24318.0837.8262.16
HexC37AAD025B1813e263e
Octal30317225504513304764676
Binary110000111111010101011010100101101111000100111110100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37AAD; }

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

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

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

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

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

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

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

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