#C1B0D0

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

Shades of Perfume #C1B0D0

Tints of Perfume #C1B0D0

Color information

#C1B0D0 (or 0xC1B0D0) is unknown color: approx Perfume. HEX triplet: C1, B0 and D0. RGB value is (193,176,208). Sum of RGB (Red+Green+Blue) = 193+176+208=577 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.45% from 577); Green value is 176 (69.14% from 255 or 30.50% from 577); Blue value is 208 (81.64% from 255 or 36.05% from 577); Max value from RGB is 208 - color contains mainly: blue. Hex color #C1B0D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1B0D0 is #3E4F2F. Grayscale: #B8B8B8. Windows color (decimal): -4083504 or 13676737. OLE color: 13676737.

HSL color Cylindrical-coordinate representation of color #C1B0D0: hue angle of 271.88º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C1B0D0 is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB193176208-
CMYK0.070.1500.18
HSL271.88º25.4%75.29%-
HSV(B)271.88º15.38%81.57%-
XYZ48.946.9466.16-
YUV184.73141.13133.9-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.45%
GREEN value IS 176 (69.14% from 255) = 30.50%
BLUE value IS 208 (81.64% from 255) = 36.05%
R=33.45%
G=30.50%
B=36.05%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1931762080.070.1500.18271.8825.475.29
HexC1B0D07F012110194b
Octal30126032071702242031113
Binary1100000110110000110100001111111010010100010000110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B0D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B0D0; }

 p { color: rgb(193,176,208); }

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

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

 a { background-color: rgb(193,176,208); }

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

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

 span { border-color: rgb(193,176,208); }

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