Html Css Color HEX #C9ACDC Perfume

📋 copy color: '#C9ACDC'

red 201 ◦ green 172 ◦ blue 220

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

Shades of Perfume #C9ACDC

Tints of Perfume #C9ACDC

RGB

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

 GREEN value IS 172 (67.58% from 255) = 29.01%

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

R = 33.9%
G = 29.01%
B = 37.1%

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

#C9ACDC (or 0xC9ACDC) is known color: Perfume. HEX triplet: C9, AC and DC. RGB value is (201,172,220). Sum of RGB (Red+Green+Blue) = 201+172+220=593 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.90% from 593); Green value is 172 (67.58% from 255 or 29.01% from 593); Blue value is 220 (86.33% from 255 or 37.10% from 593); Max value from RGB is 220 - color contains mainly: blue. Hex color #C9ACDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9ACDC is #365323. Grayscale: #B9B9B9. Windows color (decimal): -3560228 or 14462153. OLE color: 14462153.

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

Color convert

RGB 201 172 220 -
CMYK 0.09 0.22 0 0.14
HSL 276.25º 0.41% 0.77% -
HSV(B) 276.25º 0.22% 0.86% -
XYZ 51.76 47.09 74.07 -
YUV 186.14 147.11 138.6 -
System Red Green Blue C M Y K H S L
Decimal 201 172 220 0.09 0.22 0 0.14 276.25 0.41 0.77
Hex C9 AC DC 9 16 0 E 114 29 4D
Octal 311 254 334 11 26 0 16 424 51 115
Binary 11001001 10101100 11011100 1001 10110 0 1110 100010100 101001 1001101

Color Harmonies of #C9ACDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9ACDC

Black with #C9ACDC

Text Example


Text Example

White with #C9ACDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9ACDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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