#C170AB

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

Shades of Bouquet #C170AB

Tints of Bouquet #C170AB

Color information

#C170AB (or 0xC170AB) is unknown color: approx Bouquet. HEX triplet: C1, 70 and AB. RGB value is (193,112,171). Sum of RGB (Red+Green+Blue) = 193+112+171=476 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.55% from 476); Green value is 112 (44.14% from 255 or 23.53% from 476); Blue value is 171 (67.19% from 255 or 35.92% from 476); Max value from RGB is 193 - color contains mainly: red. Hex color #C170AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C170AB is #3E8F54. Grayscale: #8E8E8E. Windows color (decimal): -4099925 or 11235521. OLE color: 11235521.

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

Color convert

RGB193112171-
CMYK00.420.110.24
HSL316.3º39.51%59.8%-
HSV(B)316.3º41.97%75.69%-
XYZ35.1425.8741.67-
YUV142.94143.84163.7-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.55%
GREEN value IS 112 (44.14% from 255) = 23.53%
BLUE value IS 171 (67.19% from 255) = 35.92%
R=40.55%
G=23.53%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311217100.420.110.24316.339.5159.8
HexC170AB02AB1813c283c
Octal30116025305213304745074
Binary110000011110000101010110101010101111000100111100101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C170AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C170AB; }

 p { color: rgb(193,112,171); }

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

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

 a { background-color: rgb(193,112,171); }

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

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

 span { border-color: rgb(193,112,171); }

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