Html Css Color HEX #C9AAED Perfume

📋 copy color: '#C9AAED'

red 201 ◦ green 170 ◦ blue 237

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

Shades of Perfume #C9AAED

Tints of Perfume #C9AAED

RGB

 RED value IS 201 (78.91% from 255) = 33.06%

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

 BLUE value IS 237 (92.97% from 255) = 38.98%

R = 33.06%
G = 27.96%
B = 38.98%

CMYK

 C value IS 0.15

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C9AAED (or 0xC9AAED) is known color: Perfume. HEX triplet: C9, AA and ED. RGB value is (201,170,237). Sum of RGB (Red+Green+Blue) = 201+170+237=608 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.06% from 608); Green value is 170 (66.80% from 255 or 27.96% from 608); Blue value is 237 (92.97% from 255 or 38.98% from 608); Max value from RGB is 237 - color contains mainly: blue. Hex color #C9AAED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9AAED is #365512. Grayscale: #BABABA. Windows color (decimal): -3560723 or 15575753. OLE color: 15575753.

HSL color Cylindrical-coordinate representation of color #C9AAED: hue angle of 267.76º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C9AAED is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 201 170 237 -
CMYK 0.15 0.28 0 0.07
HSL 267.76º 0.65% 0.8% -
HSV(B) 267.76º 0.28% 0.93% -
XYZ 53.75 47.28 86.41 -
YUV 186.91 156.27 138.05 -
System Red Green Blue C M Y K H S L
Decimal 201 170 237 0.15 0.28 0 0.07 267.76 0.65 0.8
Hex C9 AA ED F 1C 0 7 10C 41 50
Octal 311 252 355 17 34 0 7 414 101 120
Binary 11001001 10101010 11101101 1111 11100 0 111 100001100 1000001 1010000

Color Harmonies of #C9AAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AAED

Black with #C9AAED

Text Example


Text Example

White with #C9AAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AAED; }

 p { color: rgb(201,170,237); }

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

background-color css

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

 a { background-color: rgb(201,170,237); }

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

border-color css

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

 span { border-color: rgb(201,170,237); }

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