#C17AA6

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

Shades of Bouquet #C17AA6

Tints of Bouquet #C17AA6

Color information

#C17AA6 (or 0xC17AA6) is unknown color: approx Bouquet. HEX triplet: C1, 7A and A6. RGB value is (193,122,166). Sum of RGB (Red+Green+Blue) = 193+122+166=481 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.12% from 481); Green value is 122 (48.05% from 255 or 25.36% from 481); Blue value is 166 (65.23% from 255 or 34.51% from 481); Max value from RGB is 193 - color contains mainly: red. Hex color #C17AA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17AA6 is #3E8559. Grayscale: #949494. Windows color (decimal): -4097370 or 10910401. OLE color: 10910401.

HSL color Cylindrical-coordinate representation of color #C17AA6: hue angle of 322.82º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C17AA6 is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.24.

Color convert

RGB193122166-
CMYK00.370.140.24
HSL322.82º36.41%61.76%-
HSV(B)322.82º36.79%75.69%-
XYZ35.8328.0139.59-
YUV148.24138.02159.92-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.12%
GREEN value IS 122 (48.05% from 255) = 25.36%
BLUE value IS 166 (65.23% from 255) = 34.51%
R=40.12%
G=25.36%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.14
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19312216600.370.140.24322.8236.4161.76
HexC17AA6025E18143243e
Octal30117224604516305034476
Binary110000011111010101001100100101111011000101000011100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17AA6; }

 p { color: rgb(193,122,166); }

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

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

 a { background-color: rgb(193,122,166); }

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

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

 span { border-color: rgb(193,122,166); }

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