#C378AC

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

Shades of Bouquet #C378AC

Tints of Bouquet #C378AC

Color information

#C378AC (or 0xC378AC) is unknown color: approx Bouquet. HEX triplet: C3, 78 and AC. RGB value is (195,120,172). Sum of RGB (Red+Green+Blue) = 195+120+172=487 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.04% from 487); Green value is 120 (47.27% from 255 or 24.64% from 487); Blue value is 172 (67.58% from 255 or 35.32% from 487); Max value from RGB is 195 - color contains mainly: red. Hex color #C378AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C378AC is #3C8753. Grayscale: #949494. Windows color (decimal): -3966804 or 11303107. OLE color: 11303107.

HSL color Cylindrical-coordinate representation of color #C378AC: hue angle of 318.4º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C378AC is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB195120172-
CMYK00.380.120.24
HSL318.4º38.46%61.76%-
HSV(B)318.4º38.46%76.47%-
XYZ36.6728.0142.5-
YUV148.35141.35161.27-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.04%
GREEN value IS 120 (47.27% from 255) = 24.64%
BLUE value IS 172 (67.58% from 255) = 35.32%
R=40.04%
G=24.64%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512017200.380.120.24318.438.4661.76
HexC378AC026C1813e263e
Octal30317025404614304764676
Binary110000111111000101011000100110110011000100111110100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C378AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C378AC; }

 p { color: rgb(195,120,172); }

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

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

 a { background-color: rgb(195,120,172); }

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

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

 span { border-color: rgb(195,120,172); }

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