#C8ACEA

Color #C8ACEA Perfume (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perfume #C8ACEA

Tints of Perfume #C8ACEA

Color information

#C8ACEA (or 0xC8ACEA) is unknown color: approx Perfume. HEX triplet: C8, AC and EA. RGB value is (200,172,234). Sum of RGB (Red+Green+Blue) = 200+172+234=606 (80% of max value = 765). Red value is 200 (78.52% from 255 or 33.00% from 606); Green value is 172 (67.58% from 255 or 28.38% from 606); Blue value is 234 (91.80% from 255 or 38.61% from 606); Max value from RGB is 234 - color contains mainly: blue. Hex color #C8ACEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8ACEA is #375315. Grayscale: #BBBBBB. Windows color (decimal): -3625750 or 15379656. OLE color: 15379656.

HSL color Cylindrical-coordinate representation of color #C8ACEA: hue angle of 267.1º 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 #C8ACEA is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB200172234-
CMYK0.150.2600.08
HSL267.1º59.62%79.61%-
HSV(B)267.1º26.5%91.76%-
XYZ53.4247.7284.24-
YUV187.44154.28136.96-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.00%
GREEN value IS 172 (67.58% from 255) = 28.38%
BLUE value IS 234 (91.80% from 255) = 38.61%
R=33.00%
G=28.38%
B=38.61%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2001722340.150.2600.08267.159.6279.61
HexC8ACEAF1A0810b3c50
Octal310254352173201041374120
Binary110010001010110011101010111111010010001000010111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8ACEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8ACEA; }

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

 H1.HeaderClassName
 {
   color: #C8ACEA;
 }
 .AnyTagClassName
 {
   color: #C8ACEA;
 }
</style>
background-color css

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

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

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

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

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

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