Html Css Color HEX #D7B1AF Oyster Pink

📋 copy color: '#D7B1AF'

red 215 ◦ green 177 ◦ blue 175

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

Shades of Oyster Pink #D7B1AF

Tints of Oyster Pink #D7B1AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 30.86%

R = 37.92%
G = 31.22%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D7B1AF (or 0xD7B1AF) is known color: Oyster Pink. HEX triplet: D7, B1 and AF. RGB value is (215,177,175). Sum of RGB (Red+Green+Blue) = 215+177+175=567 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.92% from 567); Green value is 177 (69.53% from 255 or 31.22% from 567); Blue value is 175 (68.75% from 255 or 30.86% from 567); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B1AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7B1AF is #284E50. Grayscale: #BCBCBC. Windows color (decimal): -2641489 or 11514327. OLE color: 11514327.

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

Color convert

RGB 215 177 175 -
CMYK 0 0.18 0.19 0.16
HSL 0.33% 0.76% -
HSV(B) 0.19% 0.84% -
XYZ 51.48 48.99 47.3 -
YUV 188.13 120.59 147.16 -
System Red Green Blue C M Y K H S L
Decimal 215 177 175 0 0.18 0.19 0.16 3 0.33 0.76
Hex D7 B1 AF 0 12 13 10 3 21 4C
Octal 327 261 257 0 22 23 20 3 41 114
Binary 11010111 10110001 10101111 0 10010 10011 10000 11 100001 1001100

Color Harmonies of #D7B1AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B1AF

Black with #D7B1AF

Text Example


Text Example

White with #D7B1AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B1AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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