#C5A9D9

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

Shades of Perfume #C5A9D9

Tints of Perfume #C5A9D9

Color information

#C5A9D9 (or 0xC5A9D9) is unknown color: approx Perfume. HEX triplet: C5, A9 and D9. RGB value is (197,169,217). Sum of RGB (Red+Green+Blue) = 197+169+217=583 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.79% from 583); Green value is 169 (66.41% from 255 or 28.99% from 583); Blue value is 217 (85.16% from 255 or 37.22% from 583); Max value from RGB is 217 - color contains mainly: blue. Hex color #C5A9D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A9D9 is #3A5626. Grayscale: #B6B6B6. Windows color (decimal): -3823143 or 14264773. OLE color: 14264773.

HSL color Cylindrical-coordinate representation of color #C5A9D9: hue angle of 275º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5A9D9 is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB197169217-
CMYK0.090.2200.15
HSL275º38.71%75.69%-
HSV(B)275º22.12%85.1%-
XYZ49.7445.2671.76-
YUV182.84147.28138.1-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.79%
GREEN value IS 169 (66.41% from 255) = 28.99%
BLUE value IS 217 (85.16% from 255) = 37.22%
R=33.79%
G=28.99%
B=37.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1971692170.090.2200.1527538.7175.69
HexC5A9D99160F113274c
Octal305251331112601742347114
Binary110001011010100111011001100110110011111000100111001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A9D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A9D9; }

 p { color: rgb(197,169,217); }

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

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

 a { background-color: rgb(197,169,217); }

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

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

 span { border-color: rgb(197,169,217); }

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