#C076AE

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

Shades of Bouquet #C076AE

Tints of Bouquet #C076AE

Color information

#C076AE (or 0xC076AE) is unknown color: approx Bouquet. HEX triplet: C0, 76 and AE. RGB value is (192,118,174). Sum of RGB (Red+Green+Blue) = 192+118+174=484 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.67% from 484); Green value is 118 (46.48% from 255 or 24.38% from 484); Blue value is 174 (68.36% from 255 or 35.95% from 484); Max value from RGB is 192 - color contains mainly: red. Hex color #C076AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C076AE is #3F8951. Grayscale: #929292. Windows color (decimal): -4163922 or 11433664. OLE color: 11433664.

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

Color convert

RGB192118174-
CMYK00.390.090.25
HSL314.59º37%60.78%-
HSV(B)314.59º38.54%75.29%-
XYZ35.8627.2243.41-
YUV146.51143.52160.45-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.67%
GREEN value IS 118 (46.48% from 255) = 24.38%
BLUE value IS 174 (68.36% from 255) = 35.95%
R=39.67%
G=24.38%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211817400.390.090.25314.593760.78
HexC076AE02791913b253d
Octal30016625604711314734575
Binary110000001110110101011100100111100111001100111011100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C076AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C076AE; }

 p { color: rgb(192,118,174); }

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

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

 a { background-color: rgb(192,118,174); }

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

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

 span { border-color: rgb(192,118,174); }

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