#C1BCBB

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

Shades of Cold Turkey #C1BCBB

Tints of Cold Turkey #C1BCBB

Color information

#C1BCBB (or 0xC1BCBB) is unknown color: approx Cold Turkey. HEX triplet: C1, BC and BB. RGB value is (193,188,187). Sum of RGB (Red+Green+Blue) = 193+188+187=568 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.98% from 568); Green value is 188 (73.83% from 255 or 33.10% from 568); Blue value is 187 (73.44% from 255 or 32.92% from 568); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BCBB is #3E4344. Grayscale: #BDBDBD. Windows color (decimal): -4080453 or 12303553. OLE color: 12303553.

HSL color Cylindrical-coordinate representation of color #C1BCBB: hue angle of 10º degrees, saturation: 0.05, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C1BCBB is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB193188187-
CMYK00.030.030.24
HSL10º4.62%74.51%-
HSV(B)10º3.11%75.69%-
XYZ48.9550.8954.26-
YUV189.38126.66130.58-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.98%
GREEN value IS 188 (73.83% from 255) = 33.10%
BLUE value IS 187 (73.44% from 255) = 32.92%
R=33.98%
G=33.10%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19318818700.030.030.24104.6274.51
HexC1BCBB03318a54b
Octal30127427303330125113
Binary110000011011110010111011011111100010101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BCBB; }

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

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

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

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

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

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

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

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