#C378AD

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

Shades of Bouquet #C378AD

Tints of Bouquet #C378AD

Color information

#C378AD (or 0xC378AD) is unknown color: approx Bouquet. HEX triplet: C3, 78 and AD. RGB value is (195,120,173). Sum of RGB (Red+Green+Blue) = 195+120+173=488 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.96% from 488); Green value is 120 (47.27% from 255 or 24.59% from 488); Blue value is 173 (67.97% from 255 or 35.45% from 488); Max value from RGB is 195 - color contains mainly: red. Hex color #C378AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C378AD is #3C8752. Grayscale: #949494. Windows color (decimal): -3966803 or 11368643. OLE color: 11368643.

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

Color convert

RGB195120173-
CMYK00.380.110.24
HSL317.6º38.46%61.76%-
HSV(B)317.6º38.46%76.47%-
XYZ36.7628.0543.01-
YUV148.47141.85161.19-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.96%
GREEN value IS 120 (47.27% from 255) = 24.59%
BLUE value IS 173 (67.97% from 255) = 35.45%
R=39.96%
G=24.59%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512017300.380.110.24317.638.4661.76
HexC378AD026B1813e263e
Octal30317025504613304764676
Binary110000111111000101011010100110101111000100111110100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C378AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C378AD; }

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

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

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

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

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

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

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

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