Html Css Color HEX #D7BABB Pink Flare

📋 copy color: '#D7BABB'

red 215 ◦ green 186 ◦ blue 187

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

Shades of Pink Flare #D7BABB

Tints of Pink Flare #D7BABB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31.63%

 BLUE value IS 187 (73.44% from 255) = 31.8%

R = 36.56%
G = 31.63%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D7BABB (or 0xD7BABB) is known color: Pink Flare. HEX triplet: D7, BA and BB. RGB value is (215,186,187). Sum of RGB (Red+Green+Blue) = 215+186+187=588 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.56% from 588); Green value is 186 (73.05% from 255 or 31.63% from 588); Blue value is 187 (73.44% from 255 or 31.80% from 588); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BABB is #284544. Grayscale: #C2C2C2. Windows color (decimal): -2639173 or 12303063. OLE color: 12303063.

HSL color Cylindrical-coordinate representation of color #D7BABB: hue angle of 357.93º degrees, saturation: 0.27, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D7BABB is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 186 187 -
CMYK 0 0.13 0.13 0.16
HSL 357.93º 0.27% 0.79% -
HSV(B) 357.93º 0.13% 0.84% -
XYZ 54.55 53.15 54.4 -
YUV 194.79 123.61 142.42 -
System Red Green Blue C M Y K H S L
Decimal 215 186 187 0 0.13 0.13 0.16 357.93 0.27 0.79
Hex D7 BA BB 0 D D 10 166 1B 4F
Octal 327 272 273 0 15 15 20 546 33 117
Binary 11010111 10111010 10111011 0 1101 1101 10000 101100110 11011 1001111

Color Harmonies of #D7BABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BABB

Black with #D7BABB

Text Example


Text Example

White with #D7BABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BABB; }

 p { color: rgb(215,186,187); }

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

background-color css

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

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

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

border-color css

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

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

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