Html Css Color HEX #C6AADC Perfume

📋 copy color: '#C6AADC'

red 198 ◦ green 170 ◦ blue 220

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

Shades of Perfume #C6AADC

Tints of Perfume #C6AADC

RGB

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

 GREEN value IS 170 (66.8% from 255) = 28.91%

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

R = 33.67%
G = 28.91%
B = 37.41%

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

#C6AADC (or 0xC6AADC) is known color: Perfume. HEX triplet: C6, AA and DC. RGB value is (198,170,220). Sum of RGB (Red+Green+Blue) = 198+170+220=588 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.67% from 588); Green value is 170 (66.80% from 255 or 28.91% from 588); Blue value is 220 (86.33% from 255 or 37.41% from 588); Max value from RGB is 220 - color contains mainly: blue. Hex color #C6AADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6AADC is #395523. Grayscale: #B7B7B7. Windows color (decimal): -3757348 or 14461638. OLE color: 14461638.

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

Color convert

RGB 198 170 220 -
CMYK 0.1 0.23 0 0.14
HSL 273.6º 0.42% 0.76% -
HSV(B) 273.6º 0.23% 0.86% -
XYZ 50.58 45.92 73.91 -
YUV 184.07 148.28 137.93 -
System Red Green Blue C M Y K H S L
Decimal 198 170 220 0.1 0.23 0 0.14 273.6 0.42 0.76
Hex C6 AA DC A 17 0 E 112 2A 4C
Octal 306 252 334 12 27 0 16 422 52 114
Binary 11000110 10101010 11011100 1010 10111 0 1110 100010010 101010 1001100

Color Harmonies of #C6AADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AADC

Black with #C6AADC

Text Example


Text Example

White with #C6AADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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