Html Css Color HEX #D7B1B1 Oyster Pink

📋 copy color: '#D7B1B1'

red 215 ◦ green 177 ◦ blue 177

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

Shades of Oyster Pink #D7B1B1

Tints of Oyster Pink #D7B1B1

RGB

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

 GREEN value IS 177 (69.53% from 255) = 31.11%

 BLUE value IS 177 (69.53% from 255) = 31.11%

R = 37.79%
G = 31.11%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D7B1B1 (or 0xD7B1B1) is known color: Oyster Pink. HEX triplet: D7, B1 and B1. RGB value is (215,177,177). Sum of RGB (Red+Green+Blue) = 215+177+177=569 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.79% from 569); Green value is 177 (69.53% from 255 or 31.11% from 569); Blue value is 177 (69.53% from 255 or 31.11% from 569); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B1B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7B1B1 is #284E4E. Grayscale: #BCBCBC. Windows color (decimal): -2641487 or 11645399. OLE color: 11645399.

HSL color Cylindrical-coordinate representation of color #D7B1B1: hue angle of 0º degrees, saturation: 0.32, 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 #D7B1B1 is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 177 177 -
CMYK 0 0.18 0.18 0.16
HSL 0.32% 0.77% -
HSV(B) 0.18% 0.84% -
XYZ 51.68 49.07 48.34 -
YUV 188.36 121.59 147 -
System Red Green Blue C M Y K H S L
Decimal 215 177 177 0 0.18 0.18 0.16 0 0.32 0.77
Hex D7 B1 B1 0 12 12 10 0 20 4D
Octal 327 261 261 0 22 22 20 0 40 115
Binary 11010111 10110001 10110001 0 10010 10010 10000 0 100000 1001101

Color Harmonies of #D7B1B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B1B1

Black with #D7B1B1

Text Example


Text Example

White with #D7B1B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B1B1; }

 p { color: rgb(215,177,177); }

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

background-color css

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

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

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

border-color css

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

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

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