#C36FAD

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

Shades of Bouquet #C36FAD

Tints of Bouquet #C36FAD

Color information

#C36FAD (or 0xC36FAD) is unknown color: approx Bouquet. HEX triplet: C3, 6F and AD. RGB value is (195,111,173). Sum of RGB (Red+Green+Blue) = 195+111+173=479 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.71% from 479); Green value is 111 (43.75% from 255 or 23.17% from 479); Blue value is 173 (67.97% from 255 or 36.12% from 479); Max value from RGB is 195 - color contains mainly: red. Hex color #C36FAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36FAD is #3C9052. Grayscale: #8F8F8F. Windows color (decimal): -3969107 or 11366339. OLE color: 11366339.

HSL color Cylindrical-coordinate representation of color #C36FAD: hue angle of 315.71º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C36FAD is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB195111173-
CMYK00.430.110.24
HSL315.71º41.18%60%-
HSV(B)315.71º43.08%76.47%-
XYZ35.7325.9942.67-
YUV143.18144.83164.96-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.71%
GREEN value IS 111 (43.75% from 255) = 23.17%
BLUE value IS 173 (67.97% from 255) = 36.12%
R=40.71%
G=23.17%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19511117300.430.110.24315.7141.1860
HexC36FAD02BB1813c293c
Octal30315725505313304745174
Binary110000111101111101011010101011101111000100111100101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36FAD; }

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

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

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

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

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

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

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

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