Html Css Color HEX #D7B2AF Oyster Pink

📋 copy color: '#D7B2AF'

red 215 ◦ green 178 ◦ blue 175

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

Shades of Oyster Pink #D7B2AF

Tints of Oyster Pink #D7B2AF

RGB

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

 GREEN value IS 178 (69.92% from 255) = 31.34%

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

R = 37.85%
G = 31.34%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D7B2AF (or 0xD7B2AF) is known color: Oyster Pink. HEX triplet: D7, B2 and AF. RGB value is (215,178,175). Sum of RGB (Red+Green+Blue) = 215+178+175=568 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.85% from 568); Green value is 178 (69.92% from 255 or 31.34% from 568); Blue value is 175 (68.75% from 255 or 30.81% from 568); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B2AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7B2AF is #284D50. Grayscale: #BCBCBC. Windows color (decimal): -2641233 or 11514583. OLE color: 11514583.

HSL color Cylindrical-coordinate representation of color #D7B2AF: hue angle of 4.5º 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 #D7B2AF is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 178 175 -
CMYK 0 0.17 0.19 0.16
HSL 4.5º 0.33% 0.76% -
HSV(B) 4.5º 0.19% 0.84% -
XYZ 51.68 49.38 47.37 -
YUV 188.72 120.26 146.74 -
System Red Green Blue C M Y K H S L
Decimal 215 178 175 0 0.17 0.19 0.16 4.5 0.33 0.76
Hex D7 B2 AF 0 11 13 10 4 21 4C
Octal 327 262 257 0 21 23 20 4 41 114
Binary 11010111 10110010 10101111 0 10001 10011 10000 100 100001 1001100

Color Harmonies of #D7B2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B2AF

Black with #D7B2AF

Text Example


Text Example

White with #D7B2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B2AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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