Html Css Color HEX #D7B0B5 Pink Flare

📋 copy color: '#D7B0B5'

red 215 ◦ green 176 ◦ blue 181

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

Shades of Pink Flare #D7B0B5

Tints of Pink Flare #D7B0B5

RGB

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

 GREEN value IS 176 (69.14% from 255) = 30.77%

 BLUE value IS 181 (71.09% from 255) = 31.64%

R = 37.59%
G = 30.77%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D7B0B5 (or 0xD7B0B5) is known color: Pink Flare. HEX triplet: D7, B0 and B5. RGB value is (215,176,181). Sum of RGB (Red+Green+Blue) = 215+176+181=572 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.59% from 572); Green value is 176 (69.14% from 255 or 30.77% from 572); Blue value is 181 (71.09% from 255 or 31.64% from 572); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B0B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7B0B5 is #284F4A. Grayscale: #BCBCBC. Windows color (decimal): -2641739 or 11907287. OLE color: 11907287.

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

Color convert

RGB 215 176 181 -
CMYK 0 0.18 0.16 0.16
HSL 352.31º 0.33% 0.77% -
HSV(B) 352.31º 0.18% 0.84% -
XYZ 51.89 48.83 50.41 -
YUV 188.23 123.92 147.09 -
System Red Green Blue C M Y K H S L
Decimal 215 176 181 0 0.18 0.16 0.16 352.31 0.33 0.77
Hex D7 B0 B5 0 12 10 10 160 21 4D
Octal 327 260 265 0 22 20 20 540 41 115
Binary 11010111 10110000 10110101 0 10010 10000 10000 101100000 100001 1001101

Color Harmonies of #D7B0B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B0B5

Black with #D7B0B5

Text Example


Text Example

White with #D7B0B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B0B5; }

 p { color: rgb(215,176,181); }

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

background-color css

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

 a { background-color: rgb(215,176,181); }

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

border-color css

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

 span { border-color: rgb(215,176,181); }

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