Html Css Color HEX #D1ACB0 Pink Flare

📋 copy color: '#D1ACB0'

red 209 ◦ green 172 ◦ blue 176

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

Shades of Pink Flare #D1ACB0

Tints of Pink Flare #D1ACB0

RGB

 RED value IS 209 (82.03% from 255) = 37.52%

 GREEN value IS 172 (67.58% from 255) = 30.88%

 BLUE value IS 176 (69.14% from 255) = 31.6%

R = 37.52%
G = 30.88%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D1ACB0 (or 0xD1ACB0) is known color: Pink Flare. HEX triplet: D1, AC and B0. RGB value is (209,172,176). Sum of RGB (Red+Green+Blue) = 209+172+176=557 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.52% from 557); Green value is 172 (67.58% from 255 or 30.88% from 557); Blue value is 176 (69.14% from 255 or 31.60% from 557); Max value from RGB is 209 - color contains mainly: red. Hex color #D1ACB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1ACB0 is #2E534F. Grayscale: #B7B7B7. Windows color (decimal): -3035984 or 11578577. OLE color: 11578577.

HSL color Cylindrical-coordinate representation of color #D1ACB0: hue angle of 353.51º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D1ACB0 is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 172 176 -
CMYK 0 0.18 0.16 0.18
HSL 353.51º 0.29% 0.75% -
HSV(B) 353.51º 0.18% 0.82% -
XYZ 48.88 46.19 47.41 -
YUV 183.52 123.76 146.17 -
System Red Green Blue C M Y K H S L
Decimal 209 172 176 0 0.18 0.16 0.18 353.51 0.29 0.75
Hex D1 AC B0 0 12 10 12 162 1D 4B
Octal 321 254 260 0 22 20 22 542 35 113
Binary 11010001 10101100 10110000 0 10010 10000 10010 101100010 11101 1001011

Color Harmonies of #D1ACB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1ACB0

Black with #D1ACB0

Text Example


Text Example

White with #D1ACB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1ACB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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