#C17AA7

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

Shades of Bouquet #C17AA7

Tints of Bouquet #C17AA7

Color information

#C17AA7 (or 0xC17AA7) is unknown color: approx Bouquet. HEX triplet: C1, 7A and A7. RGB value is (193,122,167). Sum of RGB (Red+Green+Blue) = 193+122+167=482 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.04% from 482); Green value is 122 (48.05% from 255 or 25.31% from 482); Blue value is 167 (65.62% from 255 or 34.65% from 482); Max value from RGB is 193 - color contains mainly: red. Hex color #C17AA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17AA7 is #3E8558. Grayscale: #949494. Windows color (decimal): -4097369 or 10975937. OLE color: 10975937.

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

Color convert

RGB193122167-
CMYK00.370.130.24
HSL321.97º36.41%61.76%-
HSV(B)321.97º36.79%75.69%-
XYZ35.9328.0540.08-
YUV148.36138.52159.84-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.04%
GREEN value IS 122 (48.05% from 255) = 25.31%
BLUE value IS 167 (65.62% from 255) = 34.65%
R=40.04%
G=25.31%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19312216700.370.130.24321.9736.4161.76
HexC17AA7025D18142243e
Octal30117224704515305024476
Binary110000011111010101001110100101110111000101000010100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17AA7; }

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

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

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

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

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

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

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

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