#C077AA

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

Shades of Bouquet #C077AA

Tints of Bouquet #C077AA

Color information

#C077AA (or 0xC077AA) is unknown color: approx Bouquet. HEX triplet: C0, 77 and AA. RGB value is (192,119,170). Sum of RGB (Red+Green+Blue) = 192+119+170=481 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.92% from 481); Green value is 119 (46.88% from 255 or 24.74% from 481); Blue value is 170 (66.80% from 255 or 35.34% from 481); Max value from RGB is 192 - color contains mainly: red. Hex color #C077AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C077AA is #3F8855. Grayscale: #929292. Windows color (decimal): -4163670 or 11171776. OLE color: 11171776.

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

Color convert

RGB192119170-
CMYK00.380.110.25
HSL318.08º36.68%60.98%-
HSV(B)318.08º38.02%75.29%-
XYZ35.5927.341.42-
YUV146.64141.18160.35-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.92%
GREEN value IS 119 (46.88% from 255) = 24.74%
BLUE value IS 170 (66.80% from 255) = 35.34%
R=39.92%
G=24.74%
B=35.34%

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
Decimal19211917000.380.110.25318.0836.6860.98
HexC077AA026B1913e253d
Octal30016725204613314764575
Binary110000001110111101010100100110101111001100111110100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C077AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C077AA; }

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

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

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

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

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

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

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

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