#C17AAB

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

Shades of Bouquet #C17AAB

Tints of Bouquet #C17AAB

Color information

#C17AAB (or 0xC17AAB) is unknown color: approx Bouquet. HEX triplet: C1, 7A and AB. RGB value is (193,122,171). Sum of RGB (Red+Green+Blue) = 193+122+171=486 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.71% from 486); Green value is 122 (48.05% from 255 or 25.10% from 486); Blue value is 171 (67.19% from 255 or 35.19% from 486); Max value from RGB is 193 - color contains mainly: red. Hex color #C17AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17AAB is #3E8554. Grayscale: #949494. Windows color (decimal): -4097365 or 11238081. OLE color: 11238081.

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

Color convert

RGB193122171-
CMYK00.370.110.24
HSL318.59º36.41%61.76%-
HSV(B)318.59º36.79%75.69%-
XYZ36.328.242.06-
YUV148.82140.52159.52-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.71%
GREEN value IS 122 (48.05% from 255) = 25.10%
BLUE value IS 171 (67.19% from 255) = 35.19%
R=39.71%
G=25.10%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19312217100.370.110.24318.5936.4161.76
HexC17AAB025B1813f243e
Octal30117225304513304774476
Binary110000011111010101010110100101101111000100111111100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17AAB; }

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

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

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

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

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

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

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

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