Html Css Color HEX #C9ACE4 Perfume

📋 copy color: '#C9ACE4'

red 201 ◦ green 172 ◦ blue 228

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

Shades of Perfume #C9ACE4

Tints of Perfume #C9ACE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 37.94%

R = 33.44%
G = 28.62%
B = 37.94%

CMYK

 C value IS 0.12

 M value IS 0.25

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C9ACE4 (or 0xC9ACE4) is known color: Perfume. HEX triplet: C9, AC and E4. RGB value is (201,172,228). Sum of RGB (Red+Green+Blue) = 201+172+228=601 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.44% from 601); Green value is 172 (67.58% from 255 or 28.62% from 601); Blue value is 228 (89.45% from 255 or 37.94% from 601); Max value from RGB is 228 - color contains mainly: blue. Hex color #C9ACE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9ACE4 is #36531B. Grayscale: #BABABA. Windows color (decimal): -3560220 or 14986441. OLE color: 14986441.

HSL color Cylindrical-coordinate representation of color #C9ACE4: hue angle of 271.07º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C9ACE4 is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 201 172 228 -
CMYK 0.12 0.25 0 0.11
HSL 271.07º 0.51% 0.78% -
HSV(B) 271.07º 0.25% 0.89% -
XYZ 52.84 47.52 79.79 -
YUV 187.06 151.11 137.95 -
System Red Green Blue C M Y K H S L
Decimal 201 172 228 0.12 0.25 0 0.11 271.07 0.51 0.78
Hex C9 AC E4 C 19 0 B 10F 33 4E
Octal 311 254 344 14 31 0 13 417 63 116
Binary 11001001 10101100 11100100 1100 11001 0 1011 100001111 110011 1001110

Color Harmonies of #C9ACE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9ACE4

Black with #C9ACE4

Text Example


Text Example

White with #C9ACE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9ACE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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