Html Css Color HEX #C6A9DC Perfume

📋 copy color: '#C6A9DC'

red 198 ◦ green 169 ◦ blue 220

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

Shades of Perfume #C6A9DC

Tints of Perfume #C6A9DC

RGB

 RED value IS 198 (77.73% from 255) = 33.73%

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

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

R = 33.73%
G = 28.79%
B = 37.48%

CMYK

 C value IS 0.1

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C6A9DC (or 0xC6A9DC) is known color: Perfume. HEX triplet: C6, A9 and DC. RGB value is (198,169,220). Sum of RGB (Red+Green+Blue) = 198+169+220=587 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.73% from 587); Green value is 169 (66.41% from 255 or 28.79% from 587); Blue value is 220 (86.33% from 255 or 37.48% from 587); Max value from RGB is 220 - color contains mainly: blue. Hex color #C6A9DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6A9DC is #395623. Grayscale: #B7B7B7. Windows color (decimal): -3757604 or 14461382. OLE color: 14461382.

HSL color Cylindrical-coordinate representation of color #C6A9DC: hue angle of 274.12º 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 #C6A9DC is Cyan = 0.1, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 198 169 220 -
CMYK 0.1 0.23 0 0.14
HSL 274.12º 0.42% 0.76% -
HSV(B) 274.12º 0.23% 0.86% -
XYZ 50.39 45.55 73.85 -
YUV 183.49 148.61 138.35 -
System Red Green Blue C M Y K H S L
Decimal 198 169 220 0.1 0.23 0 0.14 274.12 0.42 0.76
Hex C6 A9 DC A 17 0 E 112 2A 4C
Octal 306 251 334 12 27 0 16 422 52 114
Binary 11000110 10101001 11011100 1010 10111 0 1110 100010010 101010 1001100

Color Harmonies of #C6A9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A9DC

Black with #C6A9DC

Text Example


Text Example

White with #C6A9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A9DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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