#C9BCBB

Color #C9BCBB Cold Turkey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cold Turkey #C9BCBB

Tints of Cold Turkey #C9BCBB

Color information

#C9BCBB (or 0xC9BCBB) is unknown color: approx Cold Turkey. HEX triplet: C9, BC and BB. RGB value is (201,188,187). Sum of RGB (Red+Green+Blue) = 201+188+187=576 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.90% from 576); Green value is 188 (73.83% from 255 or 32.64% from 576); Blue value is 187 (73.44% from 255 or 32.47% from 576); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BCBB is #364344. Grayscale: #BFBFBF. Windows color (decimal): -3556165 or 12303561. OLE color: 12303561.

HSL color Cylindrical-coordinate representation of color #C9BCBB: hue angle of 4.29º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C9BCBB is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB201188187-
CMYK00.060.070.21
HSL4.29º11.48%76.08%-
HSV(B)4.29º6.97%78.82%-
XYZ51.0451.9754.36-
YUV191.77125.31134.58-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.90%
GREEN value IS 188 (73.83% from 255) = 32.64%
BLUE value IS 187 (73.44% from 255) = 32.47%
R=34.90%
G=32.64%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20118818700.060.070.214.2911.4876.08
HexC9BCBB067154b4c
Octal31127427306725413114
Binary11001001101111001011101101101111010110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BCBB; }

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

 H1.HeaderClassName
 {
   color: #C9BCBB;
 }
 .AnyTagClassName
 {
   color: #C9BCBB;
 }
</style>
background-color css

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

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

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

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

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

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