#C07AA5

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

Shades of Bouquet #C07AA5

Tints of Bouquet #C07AA5

Color information

#C07AA5 (or 0xC07AA5) is unknown color: approx Bouquet. HEX triplet: C0, 7A and A5. RGB value is (192,122,165). Sum of RGB (Red+Green+Blue) = 192+122+165=479 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.08% from 479); Green value is 122 (48.05% from 255 or 25.47% from 479); Blue value is 165 (64.84% from 255 or 34.45% from 479); Max value from RGB is 192 - color contains mainly: red. Hex color #C07AA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07AA5 is #3F855A. Grayscale: #939393. Windows color (decimal): -4162907 or 10844864. OLE color: 10844864.

HSL color Cylindrical-coordinate representation of color #C07AA5: hue angle of 323.14º 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 #C07AA5 is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB192122165-
CMYK00.360.140.25
HSL323.14º35.71%61.57%-
HSV(B)323.14º36.46%75.29%-
XYZ35.4927.8439.1-
YUV147.83137.69159.5-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.08%
GREEN value IS 122 (48.05% from 255) = 25.47%
BLUE value IS 165 (64.84% from 255) = 34.45%
R=40.08%
G=25.47%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212216500.360.140.25323.1435.7161.57
HexC07AA5024E19143243e
Octal30017224504416315034476
Binary110000001111010101001010100100111011001101000011100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07AA5; }

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

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

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

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

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

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

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

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