Html Css Color HEX #C5A6DC Perfume

📋 copy color: '#C5A6DC'

red 197 ◦ green 166 ◦ blue 220

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

Shades of Perfume #C5A6DC

Tints of Perfume #C5A6DC

RGB

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

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

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

R = 33.79%
G = 28.47%
B = 37.74%

CMYK

 C value IS 0.10

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C5A6DC (or 0xC5A6DC) is known color: Perfume. HEX triplet: C5, A6 and DC. RGB value is (197,166,220). Sum of RGB (Red+Green+Blue) = 197+166+220=583 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.79% from 583); Green value is 166 (65.23% from 255 or 28.47% from 583); Blue value is 220 (86.33% from 255 or 37.74% from 583); Max value from RGB is 220 - color contains mainly: blue. Hex color #C5A6DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A6DC is #3A5923. Grayscale: #B5B5B5. Windows color (decimal): -3823908 or 14460613. OLE color: 14460613.

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

Color convert

RGB 197 166 220 -
CMYK 0.10 0.25 0 0.14
HSL 274.44º 0.44% 0.76% -
HSV(B) 274.44º 0.25% 0.86% -
XYZ 49.58 44.31 73.65 -
YUV 181.43 149.77 139.11 -
System Red Green Blue C M Y K H S L
Decimal 197 166 220 0.10 0.25 0 0.14 274.44 0.44 0.76
Hex C5 A6 DC A 19 0 E 112 2C 4C
Octal 305 246 334 12 31 0 16 422 54 114
Binary 11000101 10100110 11011100 1010 11001 0 1110 100010010 101100 1001100

Color Harmonies of #C5A6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A6DC

Black with #C5A6DC

Text Example


Text Example

White with #C5A6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A6DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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