Html Css Color HEX #D7AFAC Oyster Pink

📋 copy color: '#D7AFAC'

red 215 ◦ green 175 ◦ blue 172

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

Shades of Oyster Pink #D7AFAC

Tints of Oyster Pink #D7AFAC

RGB

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

 GREEN value IS 175 (68.75% from 255) = 31.14%

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

R = 38.26%
G = 31.14%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.2

 K value IS 0.16

RGB Variations

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

Color information

#D7AFAC (or 0xD7AFAC) is known color: Oyster Pink. HEX triplet: D7, AF and AC. RGB value is (215,175,172). Sum of RGB (Red+Green+Blue) = 215+175+172=562 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.26% from 562); Green value is 175 (68.75% from 255 or 31.14% from 562); Blue value is 172 (67.58% from 255 or 30.60% from 562); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AFAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7AFAC is #285053. Grayscale: #BABABA. Windows color (decimal): -2642004 or 11317207. OLE color: 11317207.

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

Color convert

RGB 215 175 172 -
CMYK 0 0.19 0.2 0.16
HSL 4.19º 0.35% 0.76% -
HSV(B) 4.19º 0.2% 0.84% -
XYZ 50.8 48.09 45.63 -
YUV 186.62 119.75 148.24 -
System Red Green Blue C M Y K H S L
Decimal 215 175 172 0 0.19 0.2 0.16 4.19 0.35 0.76
Hex D7 AF AC 0 13 14 10 4 23 4C
Octal 327 257 254 0 23 24 20 4 43 114
Binary 11010111 10101111 10101100 0 10011 10100 10000 100 100011 1001100

Color Harmonies of #D7AFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AFAC

Black with #D7AFAC

Text Example


Text Example

White with #D7AFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AFAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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