#C078AA

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

Shades of Bouquet #C078AA

Tints of Bouquet #C078AA

Color information

#C078AA (or 0xC078AA) is unknown color: approx Bouquet. HEX triplet: C0, 78 and AA. RGB value is (192,120,170). Sum of RGB (Red+Green+Blue) = 192+120+170=482 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.83% from 482); Green value is 120 (47.27% from 255 or 24.90% from 482); Blue value is 170 (66.80% from 255 or 35.27% from 482); Max value from RGB is 192 - color contains mainly: red. Hex color #C078AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C078AA is #3F8755. Grayscale: #939393. Windows color (decimal): -4163414 or 11172032. OLE color: 11172032.

HSL color Cylindrical-coordinate representation of color #C078AA: hue angle of 318.33º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C078AA is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB192120170-
CMYK00.380.110.25
HSL318.33º36.36%61.18%-
HSV(B)318.33º37.5%75.29%-
XYZ35.7127.5441.46-
YUV147.23140.85159.93-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.83%
GREEN value IS 120 (47.27% from 255) = 24.90%
BLUE value IS 170 (66.80% from 255) = 35.27%
R=39.83%
G=24.90%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212017000.380.110.25318.3336.3661.18
HexC078AA026B1913e243d
Octal30017025204613314764475
Binary110000001111000101010100100110101111001100111110100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C078AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C078AA; }

 p { color: rgb(192,120,170); }

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

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

 a { background-color: rgb(192,120,170); }

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

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

 span { border-color: rgb(192,120,170); }

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