#C072AE

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

Shades of Bouquet #C072AE

Tints of Bouquet #C072AE

Color information

#C072AE (or 0xC072AE) is unknown color: approx Bouquet. HEX triplet: C0, 72 and AE. RGB value is (192,114,174). Sum of RGB (Red+Green+Blue) = 192+114+174=480 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40% from 480); Green value is 114 (44.92% from 255 or 23.75% from 480); Blue value is 174 (68.36% from 255 or 36.25% from 480); Max value from RGB is 192 - color contains mainly: red. Hex color #C072AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C072AE is #3F8D51. Grayscale: #909090. Windows color (decimal): -4164946 or 11432640. OLE color: 11432640.

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

Color convert

RGB192114174-
CMYK00.410.090.25
HSL313.85º38.24%60%-
HSV(B)313.85º40.62%75.29%-
XYZ35.426.343.25-
YUV144.16144.84162.12-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40%
GREEN value IS 114 (44.92% from 255) = 23.75%
BLUE value IS 174 (68.36% from 255) = 36.25%
R=40%
G=23.75%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211417400.410.090.25313.8538.2460
HexC072AE02991913a263c
Octal30016225605111314724674
Binary110000001110010101011100101001100111001100111010100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C072AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C072AE; }

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

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

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

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

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

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

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

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