#C3B0D2

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

Shades of Perfume #C3B0D2

Tints of Perfume #C3B0D2

Color information

#C3B0D2 (or 0xC3B0D2) is unknown color: approx Perfume. HEX triplet: C3, B0 and D2. RGB value is (195,176,210). Sum of RGB (Red+Green+Blue) = 195+176+210=581 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.56% from 581); Green value is 176 (69.14% from 255 or 30.29% from 581); Blue value is 210 (82.42% from 255 or 36.14% from 581); Max value from RGB is 210 - color contains mainly: blue. Hex color #C3B0D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3B0D2 is #3C4F2D. Grayscale: #B9B9B9. Windows color (decimal): -3952430 or 13807811. OLE color: 13807811.

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

Color convert

RGB195176210-
CMYK0.070.1600.18
HSL273.53º27.42%75.69%-
HSV(B)273.53º16.19%82.35%-
XYZ49.6647.3167.49-
YUV185.56141.79134.74-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.56%
GREEN value IS 176 (69.14% from 255) = 30.29%
BLUE value IS 210 (82.42% from 255) = 36.14%
R=33.56%
G=30.29%
B=36.14%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1951762100.070.1600.18273.5327.4275.69
HexC3B0D27100121121b4c
Octal30326032272002242233114
Binary11000011101100001101001011110000010010100010010110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B0D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B0D2; }

 p { color: rgb(195,176,210); }

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

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

 a { background-color: rgb(195,176,210); }

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

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

 span { border-color: rgb(195,176,210); }

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