#C37AA8

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

Shades of Bouquet #C37AA8

Tints of Bouquet #C37AA8

Color information

#C37AA8 (or 0xC37AA8) is unknown color: approx Bouquet. HEX triplet: C3, 7A and A8. RGB value is (195,122,168). Sum of RGB (Red+Green+Blue) = 195+122+168=485 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.21% from 485); Green value is 122 (48.05% from 255 or 25.15% from 485); Blue value is 168 (66.02% from 255 or 34.64% from 485); Max value from RGB is 195 - color contains mainly: red. Hex color #C37AA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37AA8 is #3C8557. Grayscale: #949494. Windows color (decimal): -3966296 or 11041475. OLE color: 11041475.

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

Color convert

RGB195122168-
CMYK00.370.140.24
HSL322.19º37.82%62.16%-
HSV(B)322.19º37.44%76.47%-
XYZ36.5328.3540.59-
YUV149.07138.68160.76-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.21%
GREEN value IS 122 (48.05% from 255) = 25.15%
BLUE value IS 168 (66.02% from 255) = 34.64%
R=40.21%
G=25.15%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.14
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512216800.370.140.24322.1937.8262.16
HexC37AA8025E18142263e
Octal30317225004516305024676
Binary110000111111010101010000100101111011000101000010100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37AA8; }

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

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

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

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

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

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

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

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