#C8ACDC

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

Shades of Perfume #C8ACDC

Tints of Perfume #C8ACDC

Color information

#C8ACDC (or 0xC8ACDC) is unknown color: approx Perfume. HEX triplet: C8, AC and DC. RGB value is (200,172,220). Sum of RGB (Red+Green+Blue) = 200+172+220=592 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.78% from 592); Green value is 172 (67.58% from 255 or 29.05% 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 #C8ACDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8ACDC is #375323. Grayscale: #B9B9B9. Windows color (decimal): -3625764 or 14462152. OLE color: 14462152.

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

Color convert

RGB200172220-
CMYK0.090.2200.14
HSL275º40.68%76.86%-
HSV(B)275º21.82%86.27%-
XYZ51.4946.9574.06-
YUV185.84147.28138.1-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.78%
GREEN value IS 172 (67.58% from 255) = 29.05%
BLUE value IS 220 (86.33% from 255) = 37.16%
R=33.78%
G=29.05%
B=37.16%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2001722200.090.2200.1427540.6876.86
HexC8ACDC9160E113294d
Octal310254334112601642351115
Binary110010001010110011011100100110110011101000100111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8ACDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8ACDC; }

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

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

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

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

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

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

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

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