Html Css Color HEX #C9AAE0 Perfume

📋 copy color: '#C9AAE0'

red 201 ◦ green 170 ◦ blue 224

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

Shades of Perfume #C9AAE0

Tints of Perfume #C9AAE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 37.65%

R = 33.78%
G = 28.57%
B = 37.65%

CMYK

 C value IS 0.10

 M value IS 0.24

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C9AAE0 (or 0xC9AAE0) is known color: Perfume. HEX triplet: C9, AA and E0. RGB value is (201,170,224). Sum of RGB (Red+Green+Blue) = 201+170+224=595 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.78% from 595); Green value is 170 (66.80% from 255 or 28.57% from 595); Blue value is 224 (87.89% from 255 or 37.65% from 595); Max value from RGB is 224 - color contains mainly: blue. Hex color #C9AAE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9AAE0 is #36551F. Grayscale: #B9B9B9. Windows color (decimal): -3560736 or 14723785. OLE color: 14723785.

HSL color Cylindrical-coordinate representation of color #C9AAE0: hue angle of 274.44º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C9AAE0 is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 201 170 224 -
CMYK 0.10 0.24 0 0.12
HSL 274.44º 0.47% 0.77% -
HSV(B) 274.44º 0.24% 0.88% -
XYZ 51.92 46.55 76.77 -
YUV 185.43 149.77 139.11 -
System Red Green Blue C M Y K H S L
Decimal 201 170 224 0.10 0.24 0 0.12 274.44 0.47 0.77
Hex C9 AA E0 A 18 0 C 112 2F 4D
Octal 311 252 340 12 30 0 14 422 57 115
Binary 11001001 10101010 11100000 1010 11000 0 1100 100010010 101111 1001101

Color Harmonies of #C9AAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AAE0

Black with #C9AAE0

Text Example


Text Example

White with #C9AAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AAE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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