Html Css Color HEX #D1BCBB Cold Turkey

📋 copy color: '#D1BCBB'

red 209 ◦ green 188 ◦ blue 187

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

Shades of Cold Turkey #D1BCBB

Tints of Cold Turkey #D1BCBB

RGB

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

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

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

R = 35.79%
G = 32.19%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D1BCBB (or 0xD1BCBB) is known color: Cold Turkey. HEX triplet: D1, BC and BB. RGB value is (209,188,187). Sum of RGB (Red+Green+Blue) = 209+188+187=584 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.79% from 584); Green value is 188 (73.83% from 255 or 32.19% from 584); Blue value is 187 (73.44% from 255 or 32.02% from 584); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BCBB is #2E4344. Grayscale: #C2C2C2. Windows color (decimal): -3031877 or 12303569. OLE color: 12303569.

HSL color Cylindrical-coordinate representation of color #D1BCBB: hue angle of 2.73º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D1BCBB is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 188 187 -
CMYK 0 0.10 0.11 0.18
HSL 2.73º 0.19% 0.78% -
HSV(B) 2.73º 0.11% 0.82% -
XYZ 53.25 53.11 54.46 -
YUV 194.17 123.96 138.58 -
System Red Green Blue C M Y K H S L
Decimal 209 188 187 0 0.10 0.11 0.18 2.73 0.19 0.78
Hex D1 BC BB 0 A B 12 3 13 4E
Octal 321 274 273 0 12 13 22 3 23 116
Binary 11010001 10111100 10111011 0 1010 1011 10010 11 10011 1001110

Color Harmonies of #D1BCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BCBB

Black with #D1BCBB

Text Example


Text Example

White with #D1BCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BCBB; }

 p { color: rgb(209,188,187); }

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

background-color css

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

 a { background-color: rgb(209,188,187); }

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

border-color css

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

 span { border-color: rgb(209,188,187); }

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