#C37FA6

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

Shades of Bouquet #C37FA6

Tints of Bouquet #C37FA6

Color information

#C37FA6 (or 0xC37FA6) is unknown color: approx Bouquet. HEX triplet: C3, 7F and A6. RGB value is (195,127,166). Sum of RGB (Red+Green+Blue) = 195+127+166=488 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.96% from 488); Green value is 127 (50% from 255 or 26.02% from 488); Blue value is 166 (65.23% from 255 or 34.02% from 488); Max value from RGB is 195 - color contains mainly: red. Hex color #C37FA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37FA6 is #3C8059. Grayscale: #979797. Windows color (decimal): -3965018 or 10911683. OLE color: 10911683.

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

Color convert

RGB195127166-
CMYK00.350.150.24
HSL325.59º36.17%63.14%-
HSV(B)325.59º34.87%76.47%-
XYZ36.9829.5339.83-
YUV151.78136.03158.83-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.96%
GREEN value IS 127 (50% from 255) = 26.02%
BLUE value IS 166 (65.23% from 255) = 34.02%
R=39.96%
G=26.02%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512716600.350.150.24325.5936.1763.14
HexC37FA6023F18146243f
Octal30317724604317305064477
Binary110000111111111101001100100011111111000101000110100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37FA6; }

 p { color: rgb(195,127,166); }

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

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

 a { background-color: rgb(195,127,166); }

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

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

 span { border-color: rgb(195,127,166); }

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