Html Css Color HEX #C6AAD7 Perfume

📋 copy color: '#C6AAD7'

red 198 ◦ green 170 ◦ blue 215

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

Shades of Perfume #C6AAD7

Tints of Perfume #C6AAD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 36.88%

R = 33.96%
G = 29.16%
B = 36.88%

CMYK

 C value IS 0.08

 M value IS 0.21

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C6AAD7 (or 0xC6AAD7) is known color: Perfume. HEX triplet: C6, AA and D7. RGB value is (198,170,215). Sum of RGB (Red+Green+Blue) = 198+170+215=583 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.96% from 583); Green value is 170 (66.80% from 255 or 29.16% from 583); Blue value is 215 (84.38% from 255 or 36.88% from 583); Max value from RGB is 215 - color contains mainly: blue. Hex color #C6AAD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6AAD7 is #395528. Grayscale: #B7B7B7. Windows color (decimal): -3757353 or 14133958. OLE color: 14133958.

HSL color Cylindrical-coordinate representation of color #C6AAD7: hue angle of 277.33º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C6AAD7 is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 198 170 215 -
CMYK 0.08 0.21 0 0.16
HSL 277.33º 0.36% 0.75% -
HSV(B) 277.33º 0.21% 0.84% -
XYZ 49.93 45.66 70.47 -
YUV 183.5 145.78 138.34 -
System Red Green Blue C M Y K H S L
Decimal 198 170 215 0.08 0.21 0 0.16 277.33 0.36 0.75
Hex C6 AA D7 8 15 0 10 115 24 4B
Octal 306 252 327 10 25 0 20 425 44 113
Binary 11000110 10101010 11010111 1000 10101 0 10000 100010101 100100 1001011

Color Harmonies of #C6AAD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AAD7

Black with #C6AAD7

Text Example


Text Example

White with #C6AAD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AAD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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