#C9BBBA

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

Shades of Cold Turkey #C9BBBA

Tints of Cold Turkey #C9BBBA

Color information

#C9BBBA (or 0xC9BBBA) is unknown color: approx Cold Turkey. HEX triplet: C9, BB and BA. RGB value is (201,187,186). Sum of RGB (Red+Green+Blue) = 201+187+186=574 (76% of max value = 765). Red value is 201 (78.91% from 255 or 35.02% from 574); Green value is 187 (73.44% from 255 or 32.58% from 574); Blue value is 186 (73.05% from 255 or 32.40% from 574); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BBBA is #364445. Grayscale: #BFBFBF. Windows color (decimal): -3556422 or 12237769. OLE color: 12237769.

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

Color convert

RGB201187186-
CMYK00.070.070.21
HSL12.2%75.88%-
HSV(B)7.46%78.82%-
XYZ50.7251.553.72-
YUV191.07125.14135.08-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.02%
GREEN value IS 187 (73.44% from 255) = 32.58%
BLUE value IS 186 (73.05% from 255) = 32.40%
R=35.02%
G=32.58%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20118718600.070.070.21412.275.88
HexC9BBBA077154c4c
Octal31127327207725414114
Binary11001001101110111011101001111111010110011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BBBA; }

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

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

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

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

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

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

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

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