Html Css Color HEX #D9BCBA Cavern Pink

📋 copy color: '#D9BCBA'

red 217 ◦ green 188 ◦ blue 186

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

Shades of Cavern Pink #D9BCBA

Tints of Cavern Pink #D9BCBA

RGB

 RED value IS 217 (85.16% from 255) = 36.72%

 GREEN value IS 188 (73.83% from 255) = 31.81%

 BLUE value IS 186 (73.05% from 255) = 31.47%

R = 36.72%
G = 31.81%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D9BCBA (or 0xD9BCBA) is known color: Cavern Pink. HEX triplet: D9, BC and BA. RGB value is (217,188,186). Sum of RGB (Red+Green+Blue) = 217+188+186=591 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.72% from 591); Green value is 188 (73.83% from 255 or 31.81% from 591); Blue value is 186 (73.05% from 255 or 31.47% from 591); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BCBA is #264345. Grayscale: #C4C4C4. Windows color (decimal): -2507590 or 12238041. OLE color: 12238041.

HSL color Cylindrical-coordinate representation of color #D9BCBA: hue angle of 3.87º degrees, saturation: 0.29, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D9BCBA is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 188 186 -
CMYK 0 0.13 0.14 0.15
HSL 3.87º 0.29% 0.79% -
HSV(B) 3.87º 0.14% 0.85% -
XYZ 55.46 54.26 54.01 -
YUV 196.44 122.11 142.66 -
System Red Green Blue C M Y K H S L
Decimal 217 188 186 0 0.13 0.14 0.15 3.87 0.29 0.79
Hex D9 BC BA 0 D E F 4 1D 4F
Octal 331 274 272 0 15 16 17 4 35 117
Binary 11011001 10111100 10111010 0 1101 1110 1111 100 11101 1001111

Color Harmonies of #D9BCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BCBA

Black with #D9BCBA

Text Example


Text Example

White with #D9BCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BCBA; }

 p { color: rgb(217,188,186); }

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

background-color css

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

 a { background-color: rgb(217,188,186); }

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

border-color css

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

 span { border-color: rgb(217,188,186); }

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