#C4B0D7

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

Shades of Perfume #C4B0D7

Tints of Perfume #C4B0D7

Color information

#C4B0D7 (or 0xC4B0D7) is unknown color: approx Perfume. HEX triplet: C4, B0 and D7. RGB value is (196,176,215). Sum of RGB (Red+Green+Blue) = 196+176+215=587 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.39% from 587); Green value is 176 (69.14% from 255 or 29.98% from 587); Blue value is 215 (84.38% from 255 or 36.63% from 587); Max value from RGB is 215 - color contains mainly: blue. Hex color #C4B0D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4B0D7 is #3B4F28. Grayscale: #BABABA. Windows color (decimal): -3886889 or 14135492. OLE color: 14135492.

HSL color Cylindrical-coordinate representation of color #C4B0D7: hue angle of 270.77º degrees, saturation: 0.33, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C4B0D7 is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB196176215-
CMYK0.090.1800.16
HSL270.77º32.77%76.67%-
HSV(B)270.77º18.14%84.31%-
XYZ50.5647.6970.83-
YUV186.43144.13134.83-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.39%
GREEN value IS 176 (69.14% from 255) = 29.98%
BLUE value IS 215 (84.38% from 255) = 36.63%
R=33.39%
G=29.98%
B=36.63%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1961762150.090.1800.16270.7732.7776.67
HexC4B0D791201010f214d
Octal304260327112202041741115
Binary1100010010110000110101111001100100100001000011111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B0D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B0D7; }

 p { color: rgb(196,176,215); }

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

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

 a { background-color: rgb(196,176,215); }

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

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

 span { border-color: rgb(196,176,215); }

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