#C0A7D1

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

Shades of Perfume #C0A7D1

Tints of Perfume #C0A7D1

Color information

#C0A7D1 (or 0xC0A7D1) is unknown color: approx Perfume. HEX triplet: C0, A7 and D1. RGB value is (192,167,209). Sum of RGB (Red+Green+Blue) = 192+167+209=568 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.80% from 568); Green value is 167 (65.62% from 255 or 29.40% from 568); Blue value is 209 (82.03% from 255 or 36.80% from 568); Max value from RGB is 209 - color contains mainly: blue. Hex color #C0A7D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A7D1 is #3F582E. Grayscale: #B3B3B3. Windows color (decimal): -4151343 or 13739968. OLE color: 13739968.

HSL color Cylindrical-coordinate representation of color #C0A7D1: hue angle of 275.71º degrees, saturation: 0.31, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C0A7D1 is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB192167209-
CMYK0.080.2000.18
HSL275.71º31.34%73.73%-
HSV(B)275.71º20.1%81.96%-
XYZ47.0743.4566.23-
YUV179.26144.78137.08-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.80%
GREEN value IS 167 (65.62% from 255) = 29.40%
BLUE value IS 209 (82.03% from 255) = 36.80%
R=33.80%
G=29.40%
B=36.80%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1921672090.080.2000.18275.7131.3473.73
HexC0A7D18140121141f4a
Octal300247321102402242437112
Binary110000001010011111010001100010100010010100010100111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A7D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A7D1; }

 p { color: rgb(192,167,209); }

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

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

 a { background-color: rgb(192,167,209); }

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

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

 span { border-color: rgb(192,167,209); }

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