Html Css Color HEX #C9ABDC Perfume

📋 copy color: '#C9ABDC'

red 201 ◦ green 171 ◦ blue 220

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

Shades of Perfume #C9ABDC

Tints of Perfume #C9ABDC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 28.89%

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

R = 33.95%
G = 28.89%
B = 37.16%

CMYK

 C value IS 0.09

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C9ABDC (or 0xC9ABDC) is known color: Perfume. HEX triplet: C9, AB and DC. RGB value is (201,171,220). Sum of RGB (Red+Green+Blue) = 201+171+220=592 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.95% from 592); Green value is 171 (67.19% from 255 or 28.89% from 592); Blue value is 220 (86.33% from 255 or 37.16% from 592); Max value from RGB is 220 - color contains mainly: blue. Hex color #C9ABDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9ABDC is #365423. Grayscale: #B9B9B9. Windows color (decimal): -3560484 or 14461897. OLE color: 14461897.

HSL color Cylindrical-coordinate representation of color #C9ABDC: hue angle of 276.73º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C9ABDC is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 171 220 -
CMYK 0.09 0.22 0 0.14
HSL 276.73º 0.41% 0.77% -
HSV(B) 276.73º 0.22% 0.86% -
XYZ 51.57 46.71 74.01 -
YUV 185.56 147.44 139.02 -
System Red Green Blue C M Y K H S L
Decimal 201 171 220 0.09 0.22 0 0.14 276.73 0.41 0.77
Hex C9 AB DC 9 16 0 E 115 29 4D
Octal 311 253 334 11 26 0 16 425 51 115
Binary 11001001 10101011 11011100 1001 10110 0 1110 100010101 101001 1001101

Color Harmonies of #C9ABDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9ABDC

Black with #C9ABDC

Text Example


Text Example

White with #C9ABDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9ABDC; }

 p { color: rgb(201,171,220); }

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

background-color css

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

 a { background-color: rgb(201,171,220); }

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

border-color css

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

 span { border-color: rgb(201,171,220); }

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