#C07AA9

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

Shades of Bouquet #C07AA9

Tints of Bouquet #C07AA9

Color information

#C07AA9 (or 0xC07AA9) is unknown color: approx Bouquet. HEX triplet: C0, 7A and A9. RGB value is (192,122,169). Sum of RGB (Red+Green+Blue) = 192+122+169=483 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.75% from 483); Green value is 122 (48.05% from 255 or 25.26% from 483); Blue value is 169 (66.41% from 255 or 34.99% from 483); Max value from RGB is 192 - color contains mainly: red. Hex color #C07AA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07AA9 is #3F8556. Grayscale: #949494. Windows color (decimal): -4162903 or 11107008. OLE color: 11107008.

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

Color convert

RGB192122169-
CMYK00.360.120.25
HSL319.71º35.71%61.57%-
HSV(B)319.71º36.46%75.29%-
XYZ35.8627.9941.05-
YUV148.29139.69159.18-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.75%
GREEN value IS 122 (48.05% from 255) = 25.26%
BLUE value IS 169 (66.41% from 255) = 34.99%
R=39.75%
G=25.26%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212216900.360.120.25319.7135.7161.57
HexC07AA9024C19140243e
Octal30017225104414315004476
Binary110000001111010101010010100100110011001101000000100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07AA9; }

 p { color: rgb(192,122,169); }

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

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

 a { background-color: rgb(192,122,169); }

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

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

 span { border-color: rgb(192,122,169); }

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