Html Css Color HEX #C5A6DB Perfume

📋 copy color: '#C5A6DB'

red 197 ◦ green 166 ◦ blue 219

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

Shades of Perfume #C5A6DB

Tints of Perfume #C5A6DB

RGB

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

 GREEN value IS 166 (65.23% from 255) = 28.52%

 BLUE value IS 219 (85.94% from 255) = 37.63%

R = 33.85%
G = 28.52%
B = 37.63%

CMYK

 C value IS 0.10

 M value IS 0.24

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C5A6DB (or 0xC5A6DB) is known color: Perfume. HEX triplet: C5, A6 and DB. RGB value is (197,166,219). Sum of RGB (Red+Green+Blue) = 197+166+219=582 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.85% from 582); Green value is 166 (65.23% from 255 or 28.52% from 582); Blue value is 219 (85.94% from 255 or 37.63% from 582); Max value from RGB is 219 - color contains mainly: blue. Hex color #C5A6DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A6DB is #3A5924. Grayscale: #B5B5B5. Windows color (decimal): -3823909 or 14395077. OLE color: 14395077.

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

Color convert

RGB 197 166 219 -
CMYK 0.10 0.24 0 0.14
HSL 275.09º 0.42% 0.75% -
HSV(B) 275.09º 0.24% 0.86% -
XYZ 49.45 44.26 72.95 -
YUV 181.31 149.27 139.19 -
System Red Green Blue C M Y K H S L
Decimal 197 166 219 0.10 0.24 0 0.14 275.09 0.42 0.75
Hex C5 A6 DB A 18 0 E 113 2A 4B
Octal 305 246 333 12 30 0 16 423 52 113
Binary 11000101 10100110 11011011 1010 11000 0 1110 100010011 101010 1001011

Color Harmonies of #C5A6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A6DB

Black with #C5A6DB

Text Example


Text Example

White with #C5A6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A6DB; }

 p { color: rgb(197,166,219); }

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

background-color css

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

 a { background-color: rgb(197,166,219); }

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

border-color css

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

 span { border-color: rgb(197,166,219); }

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