Html Css Color HEX #D7B0AC Oyster Pink

📋 copy color: '#D7B0AC'

red 215 ◦ green 176 ◦ blue 172

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

Shades of Oyster Pink #D7B0AC

Tints of Oyster Pink #D7B0AC

RGB

 RED value IS 215 (84.38% from 255) = 38.19%

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

 BLUE value IS 172 (67.58% from 255) = 30.55%

R = 38.19%
G = 31.26%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.2

 K value IS 0.16

RGB Variations

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

Color information

#D7B0AC (or 0xD7B0AC) is known color: Oyster Pink. HEX triplet: D7, B0 and AC. RGB value is (215,176,172). Sum of RGB (Red+Green+Blue) = 215+176+172=563 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.19% from 563); Green value is 176 (69.14% from 255 or 31.26% from 563); Blue value is 172 (67.58% from 255 or 30.55% from 563); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B0AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7B0AC is #284F53. Grayscale: #BBBBBB. Windows color (decimal): -2641748 or 11317463. OLE color: 11317463.

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

Color convert

RGB 215 176 172 -
CMYK 0 0.18 0.2 0.16
HSL 5.58º 0.35% 0.76% -
HSV(B) 5.58º 0.2% 0.84% -
XYZ 51 48.48 45.7 -
YUV 187.21 119.42 147.83 -
System Red Green Blue C M Y K H S L
Decimal 215 176 172 0 0.18 0.2 0.16 5.58 0.35 0.76
Hex D7 B0 AC 0 12 14 10 6 23 4C
Octal 327 260 254 0 22 24 20 6 43 114
Binary 11010111 10110000 10101100 0 10010 10100 10000 110 100011 1001100

Color Harmonies of #D7B0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B0AC

Black with #D7B0AC

Text Example


Text Example

White with #D7B0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B0AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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