#C071AB

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

Shades of Bouquet #C071AB

Tints of Bouquet #C071AB

Color information

#C071AB (or 0xC071AB) is unknown color: approx Bouquet. HEX triplet: C0, 71 and AB. RGB value is (192,113,171). Sum of RGB (Red+Green+Blue) = 192+113+171=476 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.34% from 476); Green value is 113 (44.53% from 255 or 23.74% from 476); Blue value is 171 (67.19% from 255 or 35.92% from 476); Max value from RGB is 192 - color contains mainly: red. Hex color #C071AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C071AB is #3F8E54. Grayscale: #8F8F8F. Windows color (decimal): -4165205 or 11235776. OLE color: 11235776.

HSL color Cylindrical-coordinate representation of color #C071AB: hue angle of 315.95º degrees, saturation: 0.39, 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 #C071AB is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB192113171-
CMYK00.410.110.25
HSL315.95º38.54%59.8%-
HSV(B)315.95º41.15%75.29%-
XYZ34.9925.9641.69-
YUV143.23143.67162.78-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.34%
GREEN value IS 113 (44.53% from 255) = 23.74%
BLUE value IS 171 (67.19% from 255) = 35.92%
R=40.34%
G=23.74%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211317100.410.110.25315.9538.5459.8
HexC071AB029B1913c273c
Octal30016125305113314744774
Binary110000001110001101010110101001101111001100111100100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C071AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C071AB; }

 p { color: rgb(192,113,171); }

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

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

 a { background-color: rgb(192,113,171); }

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

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

 span { border-color: rgb(192,113,171); }

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