#C375AE

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

Shades of Bouquet #C375AE

Tints of Bouquet #C375AE

Color information

#C375AE (or 0xC375AE) is unknown color: approx Bouquet. HEX triplet: C3, 75 and AE. RGB value is (195,117,174). Sum of RGB (Red+Green+Blue) = 195+117+174=486 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.12% from 486); Green value is 117 (46.09% from 255 or 24.07% from 486); Blue value is 174 (68.36% from 255 or 35.80% from 486); Max value from RGB is 195 - color contains mainly: red. Hex color #C375AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C375AE is #3C8A51. Grayscale: #929292. Windows color (decimal): -3967570 or 11433411. OLE color: 11433411.

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

Color convert

RGB195117174-
CMYK00.40.110.24
HSL316.15º39.39%61.18%-
HSV(B)316.15º40%76.47%-
XYZ36.5127.3843.41-
YUV146.82143.34162.37-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.12%
GREEN value IS 117 (46.09% from 255) = 24.07%
BLUE value IS 174 (68.36% from 255) = 35.80%
R=40.12%
G=24.07%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19511717400.40.110.24316.1539.3961.18
HexC375AE028B1813c273d
Octal30316525605013304744775
Binary110000111110101101011100101000101111000100111100100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C375AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C375AE; }

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

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

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

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

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

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

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

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