#C070AA

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

Shades of Bouquet #C070AA

Tints of Bouquet #C070AA

Color information

#C070AA (or 0xC070AA) is unknown color: approx Bouquet. HEX triplet: C0, 70 and AA. RGB value is (192,112,170). Sum of RGB (Red+Green+Blue) = 192+112+170=474 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.51% from 474); Green value is 112 (44.14% from 255 or 23.63% from 474); Blue value is 170 (66.80% from 255 or 35.86% from 474); Max value from RGB is 192 - color contains mainly: red. Hex color #C070AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C070AA is #3F8F55. Grayscale: #8E8E8E. Windows color (decimal): -4165462 or 11169984. OLE color: 11169984.

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

Color convert

RGB192112170-
CMYK00.420.110.25
HSL316.5º38.83%59.61%-
HSV(B)316.5º41.67%75.29%-
XYZ34.7925.741.16-
YUV142.53143.5163.28-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.51%
GREEN value IS 112 (44.14% from 255) = 23.63%
BLUE value IS 170 (66.80% from 255) = 35.86%
R=40.51%
G=23.63%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211217000.420.110.25316.538.8359.61
HexC070AA02AB1913c273c
Octal30016025205213314744774
Binary110000001110000101010100101010101111001100111100100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C070AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C070AA; }

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

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

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

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

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

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

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

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