#C9BDBA

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

Shades of Cold Turkey #C9BDBA

Tints of Cold Turkey #C9BDBA

Color information

#C9BDBA (or 0xC9BDBA) is unknown color: approx Cold Turkey. HEX triplet: C9, BD and BA. RGB value is (201,189,186). Sum of RGB (Red+Green+Blue) = 201+189+186=576 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.90% from 576); Green value is 189 (74.22% from 255 or 32.81% from 576); Blue value is 186 (73.05% from 255 or 32.29% from 576); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BDBA is #364245. Grayscale: #C0C0C0. Windows color (decimal): -3555910 or 12238281. OLE color: 12238281.

HSL color Cylindrical-coordinate representation of color #C9BDBA: hue angle of 12º degrees, saturation: 0.12, 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 #C9BDBA is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB201189186-
CMYK00.060.070.21
HSL12º12.2%75.88%-
HSV(B)12º7.46%78.82%-
XYZ51.1552.3653.86-
YUV192.25124.48134.24-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.90%
GREEN value IS 189 (74.22% from 255) = 32.81%
BLUE value IS 186 (73.05% from 255) = 32.29%
R=34.90%
G=32.81%
B=32.29%

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
Decimal20118918600.060.070.211212.275.88
HexC9BDBA06715cc4c
Octal311275272067251414114
Binary110010011011110110111010011011110101110011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BDBA; }

 p { color: rgb(201,189,186); }

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

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

 a { background-color: rgb(201,189,186); }

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

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

 span { border-color: rgb(201,189,186); }

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