#C17CA6

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

Shades of Bouquet #C17CA6

Tints of Bouquet #C17CA6

Color information

#C17CA6 (or 0xC17CA6) is unknown color: approx Bouquet. HEX triplet: C1, 7C and A6. RGB value is (193,124,166). Sum of RGB (Red+Green+Blue) = 193+124+166=483 (63% of max value = 765). Red value is 193 (75.78% from 255 or 39.96% from 483); Green value is 124 (48.83% from 255 or 25.67% from 483); Blue value is 166 (65.23% from 255 or 34.37% from 483); Max value from RGB is 193 - color contains mainly: red. Hex color #C17CA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17CA6 is #3E8359. Grayscale: #959595. Windows color (decimal): -4096858 or 10910913. OLE color: 10910913.

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

Color convert

RGB193124166-
CMYK00.360.140.24
HSL323.48º35.75%62.16%-
HSV(B)323.48º35.75%75.69%-
XYZ36.0828.5139.68-
YUV149.42137.36159.08-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.96%
GREEN value IS 124 (48.83% from 255) = 25.67%
BLUE value IS 166 (65.23% from 255) = 34.37%
R=39.96%
G=25.67%
B=34.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.14
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19312416600.360.140.24323.4835.7562.16
HexC17CA6024E18143243e
Octal30117424604416305034476
Binary110000011111100101001100100100111011000101000011100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17CA6; }

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

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

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

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

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

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

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

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