#D6B0B3

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

Shades of Pink Flare #D6B0B3

Tints of Pink Flare #D6B0B3

Color information

#D6B0B3 (or 0xD6B0B3) is unknown color: approx Pink Flare. HEX triplet: D6, B0 and B3. RGB value is (214,176,179). Sum of RGB (Red+Green+Blue) = 214+176+179=569 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.61% from 569); Green value is 176 (69.14% from 255 or 30.93% from 569); Blue value is 179 (70.31% from 255 or 31.46% from 569); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B0B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6B0B3 is #294F4C. Grayscale: #BBBBBB. Windows color (decimal): -2707277 or 11776214. OLE color: 11776214.

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

Color convert

RGB214176179-
CMYK00.180.160.16
HSL355.26º31.67%76.47%-
HSV(B)355.26º17.76%83.92%-
XYZ51.3948.649.32-
YUV187.7123.09146.76-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.61%
GREEN value IS 176 (69.14% from 255) = 30.93%
BLUE value IS 179 (70.31% from 255) = 31.46%
R=37.61%
G=30.93%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417617900.180.160.16355.2631.6776.47
HexD6B0B30121010163204c
Octal326260263022202054340114
Binary11010110101100001011001101001010000100001011000111000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B0B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B0B3; }

 p { color: rgb(214,176,179); }

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

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

 a { background-color: rgb(214,176,179); }

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

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

 span { border-color: rgb(214,176,179); }

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