#C0A8CE

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

Shades of Perfume #C0A8CE

Tints of Perfume #C0A8CE

Color information

#C0A8CE (or 0xC0A8CE) is unknown color: approx Perfume. HEX triplet: C0, A8 and CE. RGB value is (192,168,206). Sum of RGB (Red+Green+Blue) = 192+168+206=566 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.92% from 566); Green value is 168 (66.02% from 255 or 29.68% from 566); Blue value is 206 (80.86% from 255 or 36.40% from 566); Max value from RGB is 206 - color contains mainly: blue. Hex color #C0A8CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A8CE is #3F5731. Grayscale: #B3B3B3. Windows color (decimal): -4151090 or 13543616. OLE color: 13543616.

HSL color Cylindrical-coordinate representation of color #C0A8CE: hue angle of 277.89º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C0A8CE is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB192168206-
CMYK0.070.1800.19
HSL277.89º27.94%73.33%-
HSV(B)277.89º18.45%80.78%-
XYZ46.8843.6764.35-
YUV179.51142.95136.91-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.92%
GREEN value IS 168 (66.02% from 255) = 29.68%
BLUE value IS 206 (80.86% from 255) = 36.40%
R=33.92%
G=29.68%
B=36.40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1921682060.070.1800.19277.8927.9473.33
HexC0A8CE7120131161c49
Octal30025031672202342634111
Binary11000000101010001100111011110010010011100010110111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A8CE; }

 p { color: rgb(192,168,206); }

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

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

 a { background-color: rgb(192,168,206); }

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

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

 span { border-color: rgb(192,168,206); }

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