#C678AE

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

Shades of Bouquet #C678AE

Tints of Bouquet #C678AE

Color information

#C678AE (or 0xC678AE) is unknown color: approx Bouquet. HEX triplet: C6, 78 and AE. RGB value is (198,120,174). Sum of RGB (Red+Green+Blue) = 198+120+174=492 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.24% from 492); Green value is 120 (47.27% from 255 or 24.39% from 492); Blue value is 174 (68.36% from 255 or 35.37% from 492); Max value from RGB is 198 - color contains mainly: red. Hex color #C678AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C678AE is #398751. Grayscale: #959595. Windows color (decimal): -3770194 or 11434182. OLE color: 11434182.

HSL color Cylindrical-coordinate representation of color #C678AE: hue angle of 318.46º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C678AE is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB198120174-
CMYK00.390.120.22
HSL318.46º40.63%62.35%-
HSV(B)318.46º39.39%77.65%-
XYZ37.6528.4943.56-
YUV149.48141.84162.61-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.24%
GREEN value IS 120 (47.27% from 255) = 24.39%
BLUE value IS 174 (68.36% from 255) = 35.37%
R=40.24%
G=24.39%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19812017400.390.120.22318.4640.6362.35
HexC678AE027C1613e293e
Octal30617025604714264765176
Binary110001101111000101011100100111110010110100111110101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C678AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C678AE; }

 p { color: rgb(198,120,174); }

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

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

 a { background-color: rgb(198,120,174); }

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

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

 span { border-color: rgb(198,120,174); }

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