Html Css Color HEX #C9ACEA Perfume

📋 copy color: '#C9ACEA'

red 201 ◦ green 172 ◦ blue 234

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

Shades of Perfume #C9ACEA

Tints of Perfume #C9ACEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.55%

R = 33.11%
G = 28.34%
B = 38.55%

CMYK

 C value IS 0.14

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C9ACEA (or 0xC9ACEA) is known color: Perfume. HEX triplet: C9, AC and EA. RGB value is (201,172,234). Sum of RGB (Red+Green+Blue) = 201+172+234=607 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.11% from 607); Green value is 172 (67.58% from 255 or 28.34% from 607); Blue value is 234 (91.80% from 255 or 38.55% from 607); Max value from RGB is 234 - color contains mainly: blue. Hex color #C9ACEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9ACEA is #365315. Grayscale: #BBBBBB. Windows color (decimal): -3560214 or 15379657. OLE color: 15379657.

HSL color Cylindrical-coordinate representation of color #C9ACEA: hue angle of 268.06º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C9ACEA is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 172 234 -
CMYK 0.14 0.26 0 0.08
HSL 268.06º 0.6% 0.8% -
HSV(B) 268.06º 0.26% 0.92% -
XYZ 53.69 47.86 84.25 -
YUV 187.74 154.11 137.46 -
System Red Green Blue C M Y K H S L
Decimal 201 172 234 0.14 0.26 0 0.08 268.06 0.6 0.8
Hex C9 AC EA E 1A 0 8 10C 3C 50
Octal 311 254 352 16 32 0 10 414 74 120
Binary 11001001 10101100 11101010 1110 11010 0 1000 100001100 111100 1010000

Color Harmonies of #C9ACEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9ACEA

Black with #C9ACEA

Text Example


Text Example

White with #C9ACEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9ACEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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