Html Css Color HEX #C5A9DC Perfume

📋 copy color: '#C5A9DC'

red 197 ◦ green 169 ◦ blue 220

#C5A9DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Perfume #C5A9DC

Tints of Perfume #C5A9DC

RGB

 RED value IS 197 (77.34% from 255) = 33.62%

 GREEN value IS 169 (66.41% from 255) = 28.84%

 BLUE value IS 220 (86.33% from 255) = 37.54%

R = 33.62%
G = 28.84%
B = 37.54%

CMYK

 C value IS 0.10

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C5A9DC (or 0xC5A9DC) is known color: Perfume. HEX triplet: C5, A9 and DC. RGB value is (197,169,220). Sum of RGB (Red+Green+Blue) = 197+169+220=586 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.62% from 586); Green value is 169 (66.41% from 255 or 28.84% from 586); Blue value is 220 (86.33% from 255 or 37.54% from 586); Max value from RGB is 220 - color contains mainly: blue. Hex color #C5A9DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A9DC is #3A5623. Grayscale: #B7B7B7. Windows color (decimal): -3823140 or 14461381. OLE color: 14461381.

HSL color Cylindrical-coordinate representation of color #C5A9DC: hue angle of 272.94º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C5A9DC is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 169 220 -
CMYK 0.10 0.23 0 0.14
HSL 272.94º 0.42% 0.76% -
HSV(B) 272.94º 0.23% 0.86% -
XYZ 50.13 45.41 73.83 -
YUV 183.19 148.78 137.85 -
System Red Green Blue C M Y K H S L
Decimal 197 169 220 0.10 0.23 0 0.14 272.94 0.42 0.76
Hex C5 A9 DC A 17 0 E 111 2A 4C
Octal 305 251 334 12 27 0 16 421 52 114
Binary 11000101 10101001 11011100 1010 10111 0 1110 100010001 101010 1001100

Color Harmonies of #C5A9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A9DC

Black with #C5A9DC

Text Example


Text Example

White with #C5A9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A9DC; }

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

 H1.HeaderClassName
 {
   color: #C5A9DC;
 }
 .AnyTagClassName
 {
   color: #C5A9DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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