Html Css Color HEX #D6B0AB Oyster Pink

📋 copy color: '#D6B0AB'

red 214 ◦ green 176 ◦ blue 171

#D6B0AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oyster Pink #D6B0AB

Tints of Oyster Pink #D6B0AB

RGB

 RED value IS 214 (83.98% from 255) = 38.15%

 GREEN value IS 176 (69.14% from 255) = 31.37%

 BLUE value IS 171 (67.19% from 255) = 30.48%

R = 38.15%
G = 31.37%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D6B0AB (or 0xD6B0AB) is known color: Oyster Pink. HEX triplet: D6, B0 and AB. RGB value is (214,176,171). Sum of RGB (Red+Green+Blue) = 214+176+171=561 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.15% from 561); Green value is 176 (69.14% from 255 or 31.37% from 561); Blue value is 171 (67.19% from 255 or 30.48% from 561); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B0AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6B0AB is #294F54. Grayscale: #BABABA. Windows color (decimal): -2707285 or 11251926. OLE color: 11251926.

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

Color convert

RGB 214 176 171 -
CMYK 0 0.18 0.20 0.16
HSL 6.98º 0.34% 0.75% -
HSV(B) 6.98º 0.2% 0.84% -
XYZ 50.61 48.29 45.18 -
YUV 186.79 119.09 147.41 -
System Red Green Blue C M Y K H S L
Decimal 214 176 171 0 0.18 0.20 0.16 6.98 0.34 0.75
Hex D6 B0 AB 0 12 14 10 7 22 4B
Octal 326 260 253 0 22 24 20 7 42 113
Binary 11010110 10110000 10101011 0 10010 10100 10000 111 100010 1001011

Color Harmonies of #D6B0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B0AB

Black with #D6B0AB

Text Example


Text Example

White with #D6B0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B0AB; }

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

 H1.HeaderClassName
 {
   color: #D6B0AB;
 }
 .AnyTagClassName
 {
   color: #D6B0AB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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