#C17CA5

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

Shades of Bouquet #C17CA5

Tints of Bouquet #C17CA5

Color information

#C17CA5 (or 0xC17CA5) is unknown color: approx Bouquet. HEX triplet: C1, 7C and A5. RGB value is (193,124,165). Sum of RGB (Red+Green+Blue) = 193+124+165=482 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.04% from 482); Green value is 124 (48.83% from 255 or 25.73% from 482); Blue value is 165 (64.84% from 255 or 34.23% from 482); Max value from RGB is 193 - color contains mainly: red. Hex color #C17CA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17CA5 is #3E835A. Grayscale: #959595. Windows color (decimal): -4096859 or 10845377. OLE color: 10845377.

HSL color Cylindrical-coordinate representation of color #C17CA5: hue angle of 324.35º 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 #C17CA5 is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB193124165-
CMYK00.360.150.24
HSL324.35º35.75%62.16%-
HSV(B)324.35º35.75%75.69%-
XYZ35.9928.4739.2-
YUV149.3136.86159.17-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.04%
GREEN value IS 124 (48.83% from 255) = 25.73%
BLUE value IS 165 (64.84% from 255) = 34.23%
R=40.04%
G=25.73%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19312416500.360.150.24324.3535.7562.16
HexC17CA5024F18144243e
Octal30117424504417305044476
Binary110000011111100101001010100100111111000101000100100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17CA5; }

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

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

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

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

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

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

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

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